summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Short circuit loops completely for some,every,detect when ready [fixes #1293]Graeme Yeates2016-10-153-16/+18
* Verbiage: same as previous commit: use "value" instead of "result" for clarityMike McNeil2016-10-131-1/+1
* verbiage: use "value" instead of "result" to avoid confusion and be more cons...Mike McNeil2016-10-131-1/+1
* update docs for mapValueEachMike McNeil2016-10-131-2/+3
* update docs for mapValuesLimitMike McNeil2016-10-131-2/+3
* docs: fix copy/paste typoMike McNeil2016-10-131-3/+4
* fix second minor typo in race docsHubert Argasinski2016-10-121-1/+1
* Minor typo fixNicholai Nissen2016-10-121-1/+1
* apply #1282 to master, fixes misspelled wordHubert Argasinski2016-09-131-1/+1
* Fixing inconsistency in whilst jsdocDave Henderson2016-09-091-4/+4
* clarified applyEach arguments, fixes #1278Hubert Argasinski2016-09-061-7/+9
* Merge pull request #1261 from bojand/masterGraeme Yeates2016-08-081-2/+21
|\
| * fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-081-1/+1
| * 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