Skip to content
Suguru Motegi edited this page Dec 6, 2015 · 18 revisions

Future Release (v2.0)

  • Fix argument order of transform
  • Fix to handle an error anytime (filter, reject, detect, pick, omit, some, every)
  • Remove safe functions (already avoid stack overflow)

Implemented

v1.7.1

  • Modify whilst, doWhilst, until and doUntil to get the last result
  • Fix bug of auto when it has a concurrency option without callback

v1.7.0

  • Update queue, cargo and auto

v1.6.0

  • Add feature of omit

v1.5.0

  • Support Symbol iterator
  • Fix to use setImmediate on v0.10.x

v1.4.0

  • Remove thisArg param

v1.3.0

  • Add change log
  • Add benchmark with benchmark.js

v1.2.0

  • Add angelFall function

v1.1.0

  • Add safety functions

v1.0.0

  • Enable iterator to get index/key
  • Update callback to get error (detect, every etc...)
  • Don't allow double callback in async.waterfall
  • JSDoc
Clone this wiki locally