-
Notifications
You must be signed in to change notification settings - Fork 36
Roadmap
Suguru Motegi edited this page Dec 6, 2015
·
18 revisions
- 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)
- 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