summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 22:12:32 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 22:12:32 -0400
commitf7edbd5afa0c4279d53095bbc4e9991bf519fa04 (patch)
treea5f7c3afcc1a9f75e84f67a055bbf229e86f19cb
parent5bfcd31c72e003f96df025e75753463da61f49f9 (diff)
parent48d3235462201ba6a306ea29e6fac315c893dc32 (diff)
downloadasync-f7edbd5afa0c4279d53095bbc4e9991bf519fa04.tar.gz
Merge pull request #851 from caolan/v1.4
Update CHANGELOG.md for v1.4
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 941d1b0..cd5f902 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# v1.4.0
+
+- `asyncify` now supports promises (#840)
+- Added `Limit` versions of `filter` and `reject` (#836)
+- Add `Limit` versions of `detect`, `some` and `every` (#828, #829)
+- `some`, `every` and `detect` now short circuit early (#828, #829)
+- Improve detection of the global object (#804), enabling use in WebWorkers
+- `whilst` now called with arguments from iterator (#823)
+- `during` now gets called with arguments from iterator (#824)
+- Code simplifications and optimizations aplenty ([diff](https://github.com/caolan/async/compare/v1.3.0...v1.4.0))
+
+
# v1.3.0
New Features:
@@ -13,6 +25,7 @@ New Features:
Bug Fixes:
- `cargo` now exposes the `payload` size, and `cargo.payload` can be changed on the fly after the `cargo` is created. (#740, #744, #783)
+
# v1.2.1
Bug Fix: