summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* simplify implementationinitial-paramsAlexander Early2016-03-211-4/+3
|
* use copyArray instead of toArrayAlexander Early2016-03-201-2/+2
|
* use initialParams to simplify callback extractionAlexander Early2016-03-198-31/+28
|
* fix issue numbers in changelogAlexander Early2016-03-191-2/+2
|
* add retryable to changelogAlexander Early2016-03-191-1/+2
|
* use more accurate rc tagv2.0.0-rc.1Alexander Early2016-03-182-2/+2
|
* Version 2.0.0-alpha.0v2.0.0-alpha.0Alexander Early2016-03-182-2/+2
|
* update minified buildAlexander Early2016-03-183-58/+76
|
* iterator -> iteratee in test/Alexander Early2016-03-181-96/+96
|
* iterator -> iteratee in mocha_test/Alexander Early2016-03-183-13/+13
|
* iterator -> iteratee in lib/Alexander Early2016-03-1823-56/+56
|
* update readme with details that have changed in 2.0Alexander Early2016-03-181-13/+36
|
* Merge pull request #1058 from caolan/retryableAlex Early2016-03-185-42/+113
|\ | | | | added retryable wrapper for async tasks
| * add docs for retryableretryableAlexander Early2016-03-111-0/+26
| |
| * re-enable test, handle omitted retry optionsAlexander Early2016-03-112-4/+12
| |
| * Merge branch 'master' into retryableAlexander Early2016-03-1125-2734/+4480
| |\
| * | remove splatAlexander Early2016-03-111-1/+1
| | |
| * | added retryable wrapper for async tasksAlexander Early2016-03-074-42/+79
| | |
* | | Update CHANGELOG.mdGraeme Yeates2016-03-171-3/+3
| | |
* | | Fix import specifier examplesGraeme Yeates2016-03-171-2/+2
| | |
* | | Update CHANGELOG.mdGraeme Yeates2016-03-171-1/+1
| | |
* | | Merge pull request #1061 from askhogan/patch-2Alex Early2016-03-141-1/+1
|\ \ \ | |_|/ |/| | update readme - iteratee - callback(null, truthValue)
| * | update readme - iteratee - callback(null, truthValue)Patrick Hogan2016-03-131-1/+1
|/ / | | | | See https://github.com/caolan/async/pull/1060 - either that one is correct or this one is. Cannot both be true.
* | add prerelease to makefileAlexander Early2016-03-111-2/+2
| |
* | fix xyzAlexander Early2016-03-111-3/+3
| |
* | update built filesAlexander Early2016-03-113-2427/+3759
| |
* | Update changelog for 2.0Alexander Early2016-03-112-3/+53
| |
* | add newline after anchors to fix npm formatting issues. Closes #1015Alexander Early2016-03-091-0/+43
| |
* | remove unnecessary cloning in autoInjectAlexander Early2016-03-091-2/+2
| |
* | add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-097-2/+63
| |
* | remove es6 idiomsAlexander Early2016-03-092-6/+7
| |
* | fix autoInject testAlexander Early2016-03-091-1/+1
| |
* | Merge pull request #1049 from caolan/auto-no-deferralAlex Early2016-03-092-91/+113
|\ \ | | | | | | Refactor auto to not need a deferral
| * | refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-062-91/+113
| | |
* | | Merge pull request #1055 from caolan/autoinjectAlex Early2016-03-094-1/+195
|\ \ \ | | | | | | | | autoInject
| * | | remove ES6 idiomsautoinjectAlexander Early2016-03-092-11/+8
| | | |
| * | | added autoInject, adapted from #608Alexander Early2016-03-084-1/+198
| | | |
* | | | Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-083-119/+147
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Make callback optional in retry
| * | make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-073-119/+147
| | |
* | | Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-086-39/+79
|\ \ \ | | | | | | | | Pass extra args to setImmediate/nextTick.
| * | | support extra args for nextTick in older versions of nodesetimmediate-argsAlexander Early2016-03-071-3/+1
| | | |
| * | | pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-075-36/+78
| |/ /
* | | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-083-164/+167
|\ \ \ | |/ / |/| | Waterfall multiple callback defense
| * | clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
| | |
| * | defend against multiple callbacksAlexander Early2016-03-062-33/+38
| | |
| * | convert test to mochaAlexander Early2016-03-062-149/+148
| | |
* | | delete stray readme fileAlexander Early2016-03-071-1928/+0
| | |
* | | Merge pull request #1052 from ajfranzoia/constant-dynamic-argsAlex Early2016-03-072-2/+31
|\ \ \ | | | | | | | | Support dynamic arguments in async.constant (ref. #1016)
| * | | Support dynamic arguments in async.constant (ref. #1016)Augusto Franzoia2016-03-082-2/+31
|/ / /
* | | Merge pull request #1051 from ajfranzoia/timeout-docsAlex Early2016-03-072-0/+1951
|\ \ \ | | | | | | | | Add entry for async.timeout in README