summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1327 from caolan/lib-import-cleanupsGraeme Yeates2016-11-1721-27/+29
|\
| * Cleanup some of the dependency importslib-import-cleanupsGraeme Yeates2016-11-1721-27/+29
* | Implement array specific filter functionfilter-array-specificGraeme Yeates2016-11-171-4/+25
|/
* Merge pull request #1320 from caolan/pr/1297Graeme Yeates2016-11-141-4/+2
|\
| * Revert back to previous filter implementationGraeme Yeates2016-11-141-17/+19
| * Handle iteratorspr/1297Graeme Yeates2016-11-111-5/+8
| * Avoid importing lodash/filter in async.filterGraeme Yeates2016-11-111-7/+12
| * Test filtering an object.Cody Taylor2016-10-161-4/+4
| * Improve filter by reducing complexity.Cody Taylor2016-10-051-20/+8
* | Add short circuit test for everyGraeme Yeates2016-10-151-2/+3
* | 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
|/