summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-07-19 13:06:59 -0700
committerAlexander Early <alexander.early@gmail.com>2015-07-19 13:06:59 -0700
commit48d3235462201ba6a306ea29e6fac315c893dc32 (patch)
treee2a2774dc6ec883b4257fc52b6fca5a9cf664d16
parent127efffbd00fd467df0f5fe387742ed015124946 (diff)
downloadasync-v1.4.tar.gz
fix formatting, change a couple wordsv1.4
-rw-r--r--CHANGELOG.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30fbe39..cd5f902 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
# v1.4.0
-- Asyncify now supports promises (#840)
-- Added limit versions of filter and reject (#836)
-- Add limit versions for detect, some and every (#828, #829)
-- Some, every and detect now short circuit early (#828, #829)
-- Improve detection of global script (#804) enabling use in WebWorkers
-- whilst now called with arguments from iterator (#823)
-- during now gets called with arguments from iterator (#824)
+- `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:
@@ -24,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: