summaryrefslogtreecommitdiff
path: root/node_modules/winston/node_modules/async/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/winston/node_modules/async/CHANGELOG.md')
-rw-r--r--node_modules/winston/node_modules/async/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/winston/node_modules/async/CHANGELOG.md b/node_modules/winston/node_modules/async/CHANGELOG.md
new file mode 100644
index 0000000..7d39c37
--- /dev/null
+++ b/node_modules/winston/node_modules/async/CHANGELOG.md
@@ -0,0 +1,16 @@
+# v1.0.0
+
+No known breaking changes, we are simply complying with semver from here on out.
+
+Changes:
+
+- Start using a changelog!
+- Add `forEachOf` for iterating over Objects (or to iterate Arrays with indexes available) (#168 #704 #321)
+- Detect deadlocks in `auto` (#663)
+- Better support for require.js (#527)
+- Throw if queue created with concurrency `0` (#714)
+- Fix unneeded iteration in `queue.resume()` (#758)
+- Guard against timer mocking overriding `setImmediate` (#609 #611)
+- Miscellaneous doc fixes (#542 #596 #615 #628 #631 #690 #729)
+- Use single noop function internally (#546)
+- Optimize internal `_each`, `_map` and `_keys` functions.