All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
.DS_Store
from published packageconnect
dev dependencypackage.json
now in standard SPDX formatglobal
usage in scope to avoid reference errorsself
usage in scope to avoid Webpack reference errorsself
and window
rather then usingthis
implicitly to fix issues in Webpack builds.setTimeout
/ setInterval
in workerstypeof
to search globals more carefully.setImmediate
and clearImmediate
in esotericsetImmediate
and clearImmediate
changes from 2.0.3 because theysetImmediate
and clearImmediate
are indirected through the global
module.npmignore
now excludes example scripts, reducing package sizeclearTimeout
and clearInterval
no longer throws when passed null orsetImmediate
and clearImmediate
now use the setimmediate
module whichsetimmediate
module adds these methods to the globaljspm
in package.json
process
dependencytimers-browserify-full
, which offers a larger, but much more exact,timers
librarysetTimeout
and setInterval
return objects with the same API as the Nodeactive
implementation actually has an effect, as in Nodeapply
that break in IE 8setImmediate
and clearImmediate
if they existprocess
dependencyclearImmediate
available to undo setImmediate
setTimeout
and setInterval
window
explicitly to setTimeout
and others to resolve an error insetimmediate
dependency with process
for the nextTick
shimsetTimeout
in some environments