summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-041-15/+11
| * changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-031-13/+9
| * add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-021-2/+29
* | improved timeout example, fixes #1264Hubert Argasinski2016-08-061-4/+23
* | Documentation typoKuba Holuj2016-08-041-2/+2
|/
* Merge pull request #1253 from caolan/loopsGraeme Yeates2016-07-293-22/+19
|\
| * Unroll simple loop abstractionsGraeme Yeates2016-07-233-22/+19
* | Fix once importGraeme Yeates2016-07-241-1/+1
* | Update lodash to 4.14.0Graeme Yeates2016-07-2417-17/+17
|/
* Merge pull request #1247 from caolan/iterator-jitGraeme Yeates2016-07-211-22/+29
|\
| * Make iterator more prone to JIT optimizationsiterator-jitGraeme Yeates2016-07-211-22/+29
* | Merge pull request #1246 from caolan/fast-path-eachOfGraeme Yeates2016-07-218-22/+62
|\ \ | |/ |/|
| * Add a fast path for eachOffast-path-eachOfGraeme Yeates2016-07-208-22/+62
* | Merge pull request #1245 from caolan/each-cleanupGraeme Yeates2016-07-211-19/+19
|\ \ | |/ |/|
| * Minor cleanups to eachOfLimiteach-cleanupGraeme Yeates2016-07-201-19/+19
* | (nit) Improve queue position tracking variable nameGraeme Yeates2016-07-201-2/+2
* | (nit) auto cleanupGraeme Yeates2016-07-201-1/+1
* | Fix docs for queue.started boolean (not a function)Peter Lyons2016-07-141-2/+2
|/
* Merge pull request #1239 from caolan/kill-iteratorAlex Early2016-07-122-51/+0
|\
| * Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-122-51/+0
* | fix mapValues example. Closes #1233Alexander Early2016-07-121-1/+3
|/
* Merge pull request #1236 from caolan/iterable-docsAlex Early2016-07-1234-37/+37
|\
| * Document reduceRight as taking arrayiterable-docsGraeme Yeates2016-07-121-4/+4
| * Document methods which take iterablesGraeme Yeates2016-07-1234-34/+34
* | Merge pull request #1231 from caolan/retryAlex Early2016-07-121-2/+2
|\ \ | |/ |/|
| * Retry passes all arguments to callbackGraeme Yeates2016-07-121-2/+2
* | fix execution orderSuguru Motegi2016-07-121-0/+1
|/
* #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-111-34/+10
* wrap callbacks in onlyOnceAlexander Early2016-07-094-4/+10
* sort out whilst's test argsAlexander Early2016-07-092-16/+20
* sorted out during's test argsAlexander Early2016-07-092-22/+28
* Fix optional callbacks being actually optional (fixes #1223)Graeme Yeates2016-07-095-1/+14
* Update queue.jsscottarver2016-07-081-1/+1
* fix autoInject docs. Closes #1216Alexander Early2016-07-071-13/+8
* Merge pull request #1214 from caolan/queue-optsAlex Early2016-07-071-7/+6
|\
| * use each instead of somequeue-optsAlexander Early2016-07-071-3/+2
| * Optimize queue processingGraeme Yeates2016-07-031-8/+8
* | Use reverse method instead Array.prototype.reverseIlya Shatokhin2016-07-061-3/+1
* | Prevent arguments leak (compose)Ilya Shatokhin2016-07-051-3/+4
* | Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-034-5/+5
|/
* Simplify priorityQueue callback checksGraeme Yeates2016-07-031-2/+3
* Merge pull request #1208 from andalm/reflectall-use-lodashAlex Early2016-07-021-4/+5
|\
| * _arrayMap addedAndrés Aldana2016-07-021-2/+2
| * Replace forIn for forOwnAndrés Aldana2016-07-021-2/+2
| * Use lodash functions instead native functionsAndrés Aldana2016-07-011-4/+5
* | Merge pull request #1205 from caolan/dllAlex Early2016-07-024-56/+105
|\ \ | |/ |/|
| * Minor cleanupdllGraeme Yeates2016-06-301-4/+2
| * Implment queues using DLLsGraeme Yeates2016-06-304-56/+107
* | Merge pull request #1207 from andalm/reflectall-accept-objectAlex Early2016-06-301-2/+39
|\ \
| * | Add object of tasks documentationAndrés Aldana2016-06-301-2/+28