Skip to content
Suguru Motegi edited this page Jul 21, 2016 · 18 revisions

v2.0.0

Breaking Change

  • Fix argument order of transform
  • filter, reject, detect, pick, omit, some, every
    • Those functions always return an error as first argument and the result as second argument.
  • Fix callback argument order of auto
  • Remove safe (already avoid stack overflow)
  • Remove unConflict, safeNextTick
  • queue, priorityQueue and cargo
    • q.tasks -> q._tasks

Feature

  • Add safe and fast mode
  • Add autoInject

Implemented

v1.7.5

  • Fix auto not to allow double callback

v1.7.4

  • Add race

v1.7.3

  • Add feature of unsaturated to queue
  • Add default param

v1.7.2

  • Fix auto to stop after error

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