diff options
| author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
| commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
| tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/timers-browserify/CHANGELOG.md | |
| parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) | |
update packages
Diffstat (limited to 'node_modules/timers-browserify/CHANGELOG.md')
| -rw-r--r-- | node_modules/timers-browserify/CHANGELOG.md | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/node_modules/timers-browserify/CHANGELOG.md b/node_modules/timers-browserify/CHANGELOG.md index 841e59c48..6162f37b0 100644 --- a/node_modules/timers-browserify/CHANGELOG.md +++ b/node_modules/timers-browserify/CHANGELOG.md @@ -2,6 +2,44 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.10 - 2018-04-18 + +### Fixed + +* Guard `global` usage in scope to avoid reference errors + +## 2.0.9 - 2018-04-17 + +### Fixed + +* Guard `self` usage in scope to avoid Webpack reference errors + +## 2.0.8 - 2018-04-17 + +### Fixed + +* Worker support now explicitly references `self` and `window` rather then using + `this` implicitly to fix issues in Webpack builds. + +## 2.0.7 - 2018-04-16 + +### Fixed + +* Support `setTimeout` / `setInterval` in workers + +## 2.0.6 - 2018-01-24 + +### Fixed + +* Use `typeof` to search globals more carefully. + +## 2.0.5 - 2018-01-23 + +### Fixed + +* Try harder to retrieve `setImmediate` and `clearImmediate` in esoteric + environments. + ## 2.0.4 - 2017-08-14 ### Fixed @@ -9,7 +47,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Revert `setImmediate` and `clearImmediate` changes from 2.0.3 because they appear to break Webpack. -### 2.0.3 - 2017-07-31 +## 2.0.3 - 2017-07-31 ### Fixed |
