summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle iteratorspr/1297Graeme Yeates2016-11-112-5/+39
* Avoid importing lodash/filter in async.filterGraeme Yeates2016-11-111-7/+12
* Test filtering an object.Cody Taylor2016-10-162-4/+16
* Improve filter by reducing complexity.Cody Taylor2016-10-051-20/+8
* Fix perf suiteGraeme Yeates2016-10-052-20/+20
* apply #1282 to master, fixes misspelled wordHubert Argasinski2016-09-131-1/+1
* Merge pull request #1280 from hairyhenderson/fix-whilst-doc-inconsistencyAlex Early2016-09-091-4/+4
|\
| * Fixing inconsistency in whilst jsdocDave Henderson2016-09-091-4/+4
|/
* clarified applyEach arguments, fixes #1278Hubert Argasinski2016-09-061-7/+9
* Merge pull request #1271 from brismuth/masterAlex Early2016-08-251-1/+1
|\
| * Adding closing parenthesis to parallel example.Brian Smith2016-08-251-1/+1
|/
* Merge pull request #1261 from bojand/masterGraeme Yeates2016-08-083-5/+142
|\
| * fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-082-7/+1
| * rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-043-20/+16
| * changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-033-30/+26
| * add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-023-3/+154
* | improved timeout example, fixes #1264Hubert Argasinski2016-08-061-4/+23
* | Merge pull request #1263 from ieatfood/patch-1Hubert Argasinski2016-08-041-2/+2
|\ \ | |/ |/|
| * Documentation typoKuba Holuj2016-08-041-2/+2
|/
* Merge pull request #1253 from caolan/loopsGraeme Yeates2016-07-294-22/+56
|\
| * Add filter benchmarkloopsGraeme Yeates2016-07-231-0/+37
| * Unroll simple loop abstractionsGraeme Yeates2016-07-233-22/+19
* | Clean other built filesGraeme Yeates2016-07-251-1/+2
* | Merge pull request #1254 from hargasinski/masterGraeme Yeates2016-07-252-2/+16
|\ \
| * | added alias documentation, fixes #1251Hubert Argasinski2016-07-242-2/+16
|/ /
* | Fix once importGraeme Yeates2016-07-244-5094/+4903
* | Update lodash to 4.14.0Graeme Yeates2016-07-2421-396/+370
|/
* Version 2.0.1v2.0.1Graeme Yeates2016-07-221-1/+1
* Update built filesGraeme Yeates2016-07-223-5020/+5118
* Update changelogGraeme Yeates2016-07-221-0/+4
* 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-219-22/+75
|\ \ | |/ |/|
| * Add infinity case tests for eachOfLimitGraeme Yeates2016-07-211-0/+13
| * 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
* | Merge pull request #1242 from focusaurus/fix-queue-started-docsGraeme Yeates͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮͈̮2016-07-141-2/+2
|\ \
| * | Fix docs for queue.started boolean (not a function)Peter Lyons2016-07-141-2/+2
|/ /
* | Merge pull request #1241 from tekwiz/tests-fix-browser2Alex Early2016-07-148-108/+75
|\ \ | |/ |/|
| * Run "asyncify promisified" tests in browser. Fixes #1235Travis Warlick2016-07-141-69/+64
| * Use @nodeonly mocha tag to prevent non-browser tests from running with karmaTravis Warlick2016-07-148-41/+13
|/
* Autofocus searchGraeme Yeates2016-07-131-1/+1
* Version 2.0.0v2.0.0Alexander Early2016-07-121-2/+4
* Update built filesAlexander Early2016-07-123-335/+270
* Merge branch 'master' of ssh://github.com/caolan/asyncAlexander Early2016-07-124-112/+1
|\
| * Merge pull request #1239 from caolan/kill-iteratorAlex Early2016-07-124-112/+1
| |\
| | * Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-124-112/+1