-
Notifications
You must be signed in to change notification settings - Fork 36
Roadmap
Suguru Motegi edited this page Jul 21, 2016
·
18 revisions
- 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
andcargo
-
q.tasks
->q._tasks
-
- Add
safe
andfast
mode - Add
autoInject
- Fix
auto
not to allow double callback
- Add
race
- Add feature of
unsaturated
toqueue
- Add
default
param
- Fix
auto
to stop after error
- Modify
whilst
,doWhilst
,until
anddoUntil
to get the last result - Fix bug of
auto
when it has a concurrency option without callback
- Update
queue
,cargo
andauto
- Add feature of
omit
- Support Symbol iterator
- Fix to use
setImmediate
on v0.10.x
- Remove
thisArg
param
- Add change log
- Add benchmark with
benchmark.js
- Add
angelFall
function
- Add safety functions
- Enable iterator to get index/key
- Update callback to get error (detect, every etc...)
- Don't allow double callback in
async.waterfall
- JSDoc