All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.3 (2020-07-16)
0.2.2 (2019-05-10)
0.2.1 (2017-09-29)
- eachSeries: handle errors thrown by iterator (f7fc0cb)
- eachSeries: handle null elements in the array (583ed7d)
0.2.0 (2016-06-24)
- series: change error message (4d06b2d)
- times: implement "times" and "timesSeries" control flow functions (94e354f)
0.1.2 (2015-12-09)
- each-series: preserve the original array immutable (c36b307)
0.1.1 (2015-12-02)
- add iojs 2.5 compatibility (92238eb)
0.1.0 (2015-11-20)
- each: implements "each of collection" control flow (3dda59b)
- eachSeries: implements "each of collection" control flow with sequential processing of items (1fc7f68)
- parallel: implement parallel tasks (65ccaaa)
- series: implement serial tasks (df824fa)
- waterfall: implement waterfall tasks composition (d77b624)