Skip to content

Latest commit

 

History

History
67 lines (31 loc) · 2.42 KB

File metadata and controls

67 lines (31 loc) · 2.42 KB

Changelog

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)

Bug Fixes

  • eachSeries: handle errors thrown by iterator (f7fc0cb)
  • eachSeries: handle null elements in the array (583ed7d)

0.2.0 (2016-06-24)

Bug Fixes

  • series: change error message (4d06b2d)

Features

  • times: implement "times" and "timesSeries" control flow functions (94e354f)

0.1.2 (2015-12-09)

Bug Fixes

  • each-series: preserve the original array immutable (c36b307)

0.1.1 (2015-12-02)

Bug Fixes

  • add iojs 2.5 compatibility (92238eb)

0.1.0 (2015-11-20)

Features

  • 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)