summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanups to eachOfLimiteach-cleanupGraeme Yeates2016-07-201-19/+19
|
* 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
| | * Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-124-112/+1
| | |
* | | update changelogAlexander Early2016-07-121-1/+1
|/ /
* | fix mapValues example. Closes #1233Alexander Early2016-07-121-1/+3
| |
* | increase coverage by excluding mocha_testsAlexander Early2016-07-121-0/+3
|/
* Merge pull request #1236 from caolan/iterable-docsAlex Early2016-07-1234-37/+37
|\ | | | | Iterable docs
| * Document reduceRight as taking arrayiterable-docsGraeme Yeates2016-07-121-4/+4
| |
| * Document methods which take iterablesGraeme Yeates2016-07-1234-34/+34
| |
* | Make retry tests more resilientGraeme Yeates2016-07-121-2/+2
| |
* | Merge pull request #1231 from caolan/retryAlex Early2016-07-123-4/+26
|\ \ | |/ |/| Retry should pass all of the resolve arguments to the callback
| * Update changelogretryGraeme Yeates2016-07-121-1/+2
| |
| * Ensure retry can resolve synchronously in fastest caseGraeme Yeates2016-07-121-0/+10
| |
| * Retry passes all arguments to callbackGraeme Yeates2016-07-122-3/+14
| |
* | Merge pull request #1230 from suguru03/fix-priority-queueAlex Early2016-07-122-0/+30
|\ \ | | | | | | fix execution order
| * | fix execution orderSuguru Motegi2016-07-122-0/+30
| |/ | | | | | | #1229
* | Merge pull request #1234 from tekwiz/fix/nyc-context-conflictGraeme Yeates2016-07-124-5/+5
|\ \ | |/ |/| Fix nyc/code-coverage testing
| * Fix typo for npm run coverallsTravis Warlick2016-07-121-1/+1
| |
| * Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. ↵Travis Warlick2016-07-124-5/+5
|/ | | | | | | | | | | | | | nyc uses a separate contex to track code, so tests using a separate context fail under nyc with errors like the following: 1) parallel parallel call in another context: ReferenceError: __cov_GLCSDG93mVWqRnbTQi1ISfasEto is not defined at evalmachine.<anonymous>:1:16 at evalmachine.<anonymous>:1:569 at ContextifyScript.Script.runInNewContext (vm.js:18:15) at Object.exports.runInNewContext (vm.js:49:17) at Context.<anonymous> (mocha_test/parallel.js:3:954) This commit also removes the redundant `&& nyc report` from the end of the npm coverage script (nyc outputs the report by default).
* Merge pull request #1227 from caolan/async-retry-intervalAlex Early2016-07-112-34/+26
|\ | | | | Fixes #1226, make retry interval asynchronous
| * #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-112-34/+26
|/
* Mention docs first in changelogGraeme Yeates2016-07-111-3/+7
|
* chore: update nyc to v7Graeme Yeates2016-07-111-1/+1
|
* Fixes #1225; update nyc coverageGraeme Yeates2016-07-113-6/+13
|
* update changelogAlexander Early2016-07-091-0/+1
|
* Merge pull request #1224 from caolan/whilst-test-paramsAlex Early2016-07-097-47/+68
|\ | | | | Fix test function arguments for whilst/until/during
| * wrap callbacks in onlyOnceAlexander Early2016-07-094-4/+10
| |
| * sorted out until's test argsAlexander Early2016-07-091-2/+4
| |
| * sort out whilst's test argsAlexander Early2016-07-093-18/+24
| |
| * sorted out during's test argsAlexander Early2016-07-093-25/+32
|/
* Update changelogGraeme Yeates2016-07-091-0/+1
|
* Fix optional callbacks being actually optional (fixes #1223)Graeme Yeates2016-07-095-1/+14
|
* Merge pull request #1222 from scottarver/masterGraeme Yeates2016-07-081-1/+1
|\ | | | | Update queue.js documentation
| * Update queue.jsscottarver2016-07-081-1/+1
|/
* add doc generation to makefileAlexander Early2016-07-071-2/+6
|
* fix autoInject docs. Closes #1216Alexander Early2016-07-071-13/+8
|
* Merge pull request #1214 from caolan/queue-optsAlex Early2016-07-071-7/+6
|\ | | | | Optimize queue processing
| * use each instead of somequeue-optsAlexander Early2016-07-071-3/+2
| |
| * Optimize queue processingGraeme Yeates2016-07-031-8/+8
| |
* | Update changelogGraeme Yeates2016-07-061-0/+11
| |
* | Merge pull request #1218 from ex1st/masterGraeme Yeates2016-07-064-12/+9
|\ \ | | | | | | Prevent arguments leak (compose)
| * | Use reverse method instead Array.prototype.reverseIlya Shatokhin2016-07-064-8/+4
| | |
| * | Prevent arguments leak (compose)Ilya Shatokhin2016-07-054-8/+9
|/ /
* | Merge pull request #1213 from caolan/lodash-useAlex Early2016-07-037-6709/+5070
|\ \ | |/ |/| Avoid including lodash iteratee in builds
| * Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-037-6709/+5070
|/
* Simplify priorityQueue callback checksGraeme Yeates2016-07-031-2/+3
|