summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-071-1/+17
|\
| * Fix for injection into final callback.Steve Robb2016-04-061-1/+17
* | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-071-2/+6
|\ \
| * | #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+6
| |/
* | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-071-1/+1
|\ \ | |/ |/|
| * explicitly bind 'this', curried by lodash's rest method, to the wrapped metho...bspates2016-04-031-1/+1
* | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-051-0/+3
* | streamline implementationAlexander Early2016-04-041-9/+6
* | Add back reflect and reflectAll.JT Turner2016-04-033-0/+42
|/
* ensure the fn can be GCed in once()Alexander Early2016-03-311-3/+2
* use simpler once() implementationAlexander Early2016-03-306-7/+15
* use simple 'in' check rather than _.has in memoizeAlexander Early2016-03-291-1/+4
* use copyArray rather than baseCloneAlexander Early2016-03-291-1/+1
* ensure map returns an array when an iterable is passedAlexander Early2016-03-233-6/+10
* Merge pull request #1074 from ex1st/masterAlex Early2016-03-233-28/+43
|\
| * Remove iterator index (Map).Ilya Shatokhin2016-03-221-3/+1
| * Added new testsIlya Shatokhin2016-03-221-23/+0
| * Add support for ES2015 iteratorsIlya Shatokhin2016-03-222-5/+45
* | changed saturated and unsaturated to better reflect realityAlexander Early2016-03-221-3/+7
* | convert priorityQueue tests to mochaAlexander Early2016-03-221-6/+9
|/
* 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
* iterator -> iteratee in lib/Alexander Early2016-03-1823-56/+56
* re-enable test, handle omitted retry optionsAlexander Early2016-03-111-2/+11
* Merge branch 'master' into retryableAlexander Early2016-03-119-104/+195
|\
| * remove unnecessary cloning in autoInjectAlexander Early2016-03-091-2/+2
| * add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-093-0/+25
| * remove es6 idiomsAlexander Early2016-03-092-6/+7
| * Merge pull request #1049 from caolan/auto-no-deferralAlex Early2016-03-091-75/+88
| |\
| | * refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-061-75/+88
| * | Merge pull request #1055 from caolan/autoinjectAlex Early2016-03-092-0/+49
| |\ \
| | * | remove ES6 idiomsautoinjectAlexander Early2016-03-091-6/+7
| | * | added autoInject, adapted from #608Alexander Early2016-03-082-0/+48
| * | | Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-081-46/+44
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-082-11/+11
| |\ \ \
| | * | | 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-071-8/+10
| * | | | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-081-15/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
| | * | | defend against multiple callbacksAlexander Early2016-03-061-15/+19
| | | |/ | | |/|
* | | | remove splatAlexander Early2016-03-111-1/+1
* | | | added retryable wrapper for async tasksAlexander Early2016-03-072-0/+14
| |_|/ |/| |
* | | make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-46/+44
|/ /
* | Support dynamic arguments in async.constant (ref. #1016)Augusto Franzoia2016-03-081-2/+3
* | Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-072-0/+39
|/
* defend against multiple callbacks. Fixes #814Alexander Early2016-03-061-2/+3
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-0116-120/+52
* stop running tasks after an error. fixes #1023Alexander Early2016-02-271-1/+4
* make tests passAlexander Early2016-02-271-17/+35