summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-124-112/+1
* 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
* | Make retry tests more resilientGraeme Yeates2016-07-121-2/+2
* | Merge pull request #1231 from caolan/retryAlex Early2016-07-123-4/+26
|\ \ | |/ |/|
| * 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 orderSuguru Motegi2016-07-122-0/+30
| |/
* | Merge pull request #1234 from tekwiz/fix/nyc-context-conflictGraeme Yeates2016-07-124-5/+5
|\ \ | |/ |/|
| * Fix typo for npm run coverallsTravis Warlick2016-07-121-1/+1
| * Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. nyc...Travis Warlick2016-07-124-5/+5
|/
* Merge pull request #1227 from caolan/async-retry-intervalAlex Early2016-07-112-34/+26
|\
| * #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
|\
| * 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.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
|\
| * 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
|\ \
| * | 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 (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-037-6709/+5070
|/
* 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-025-57/+106
|\ \
| * | Minor cleanupdllGraeme Yeates2016-06-301-4/+2
| * | Implment queues using DLLsGraeme Yeates2016-06-305-57/+108
* | | Merge pull request #1210 from ivanseidel/masterAlex Early2016-07-022-25/+76
|\ \ \
| * | | cleanupIvan Seidel2016-07-011-1/+1