summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-10-25 18:36:59 -0700
committerAlexander Early <alexander.early@gmail.com>2015-10-25 18:36:59 -0700
commitc65af5afa9ccdbb863b64e6c7c4e0755d033e72b (patch)
tree4b468d3dae414e148757c0bdf92f61cf39186ef2
parentb020386bce46b64cde74328e9168ead5a2881ccb (diff)
downloadasync-c65af5afa9ccdbb863b64e6c7c4e0755d033e72b.tar.gz
update changelog for v1.5.0
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f8eb69..8b4d8c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# v1.5.0
+
+- Added `transform`, analogous to [`_.transform`](http://lodash.com/docs#transform) (#892)
+- `map` now returns an object when an object is passed in, rather than array with non-numeric keys. `map` will begin always returning an array with numeric indexes in the next major release. (#873)
+- `auto` now accepts an optional `concurrency` argument to limit the number of running tasks (#637)
+- Added `queue#workersList()`, to retrieve the list of currently running tasks. (#891)
+- Various code simplifications (#896, #904)
+- Various doc fixes :scroll: (#890, #894, #903, #905, #912)
+
# v1.4.2
- Ensure coverage files don't get published on npm (#879)