aboutsummaryrefslogtreecommitdiff
path: root/node_modules/timers-browserify/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/timers-browserify/CHANGELOG.md')
-rw-r--r--node_modules/timers-browserify/CHANGELOG.md40
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