diff options
-rw-r--r-- | CHANGELOG.md | 16 |
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: |