CHANGELOG.md
3.03 KB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.11 - 2019-08-10
Fixed
- License metadata in
package.jsonnow in standard SPDX format
2.0.10 - 2018-04-18
Fixed
- Guard
globalusage in scope to avoid reference errors
2.0.9 - 2018-04-17
Fixed
- Guard
selfusage in scope to avoid Webpack reference errors
2.0.8 - 2018-04-17
Fixed
- Worker support now explicitly references
selfandwindowrather then usingthisimplicitly to fix issues in Webpack builds.
2.0.7 - 2018-04-16
Fixed
- Support
setTimeout/setIntervalin workers
2.0.6 - 2018-01-24
Fixed
- Use
typeofto search globals more carefully.
2.0.5 - 2018-01-23
Fixed
- Try harder to retrieve
setImmediateandclearImmediatein esoteric environments.
2.0.4 - 2017-08-14
Fixed
- Revert
setImmediateandclearImmediatechanges from 2.0.3 because they appear to break Webpack.
2.0.3 - 2017-07-31
Fixed
-
setImmediateandclearImmediateare indirected through theglobalmodule for better coverage of esoteric environments.
2.0.2 - 2016-10-19
Added
-
.npmignorenow excludes example scripts, reducing package size
2.0.1 - 2016-06-21
Fixed
-
clearTimeoutandclearIntervalno longer throws when passed null or undefined instead of the timeout token.
2.0.0 - 2016-03-28
Changed
-
setImmediateandclearImmediatenow use thesetimmediatemodule which has better cross-browser coverage. In particular, it resolves a crash in Safari. Thesetimmediatemodule adds these methods to the global immediately, so a major version bump seems safest.
1.4.2 - 2015-12-08
Added
- Metadata used by
jspminpackage.json
1.4.1 - 2015-05-10
Changed
- Update
processdependency
1.4.0 - 2015-02-23
Added
- Link to
timers-browserify-full, which offers a larger, but much more exact, version of Node'stimerslibrary
Changed
-
setTimeoutandsetIntervalreturn objects with the same API as the Node implementation, instead of just IDs
Fixed
-
activeimplementation actually has an effect, as in Node - Replaced usages of
applythat break in IE 8
1.3.0 - 2015-02-04
Changed
- Prefer native versions of
setImmediateandclearImmediateif they exist
1.2.0 - 2015-01-02
Changed
- Update
processdependency
1.1.0 - 2014-08-26
Added
-
clearImmediateavailable to undosetImmediate
1.0.3 - 2014-06-30
Fixed
- Resume returning opaque IDs from
setTimeoutandsetInterval
1.0.2 - 2014-06-30
Fixed
- Pass
windowexplicitly tosetTimeoutand others to resolve an error in Chrome
1.0.1 - 2013-12-28
Changed
- Replaced
setimmediatedependency withprocessfor thenextTickshim
1.0.0 - 2013-12-10
Added
- Guard against undefined globals like
setTimeoutin some environments
0.0.0 - 2012-05-30
Added
- Basic functionality for initial release