summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups to eachOfLimiteach-cleanupGraeme Yeates2016-07-201-19/+19
* 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
* | Use reverse method instead Array.prototype.reverseIlya Shatokhin2016-07-061-3/+1
* | Prevent arguments leak (compose)Ilya Shatokhin2016-07-051-3/+4
* | Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-034-5/+5
|/
* 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-024-56/+105
|\ \ | |/ |/|
| * Minor cleanupdllGraeme Yeates2016-06-301-4/+2
| * Implment queues using DLLsGraeme Yeates2016-06-304-56/+107
* | Merge pull request #1207 from andalm/reflectall-accept-objectAlex Early2016-06-301-2/+39
|\ \
| * | Add object of tasks documentationAndrés Aldana2016-06-301-2/+28
| * | First commit, reflectAll allow to accept object of functionsAndrés Aldana2016-06-301-1/+12
| |/
| * Merge pull request #1190 from ivanseidel/masterAlex Early2016-06-281-4/+15
| |\
| | * cleanup console.logIvan Seidel2016-06-231-1/+0
| | * Consider non-explicit parameters in validationIvan Seidel2016-06-231-1/+6
| | * Allow use es6 object method shorthandIvan Seidel2016-06-181-4/+11
| * | Fixed callback being able to be called twice in asyncifyRay Myers2016-06-221-1/+1
| |/
* | cleanup console.logIvan Seidel2016-06-291-1/+0
* | Consider non-explicit parameters in validationIvan Seidel2016-06-291-1/+6
* | Allow use es6 object method shorthandIvan Seidel2016-06-291-4/+11
* | Fixed callback being able to be called twice in asyncifyRay Myers2016-06-291-1/+1
* | Genetate import path using jsdoc pluginGraeme Yeates2016-06-2973-219/+0
* | jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-2974-170/+406
* | Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-2974-114/+189
* | Update typedef invoke docsGraeme Yeates2016-06-292-17/+17
* | Initial esdocs documentation (#1083)Graeme Yeates2016-06-293-5/+5
|/
* Fix misspelling of "milliseconds"Justin Searls2016-06-141-4/+4
* fix new lint errorsAlexander Early2016-06-0728-92/+102