summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use each instead of somequeue-optsAlexander Early2016-07-071-3/+2
* Optimize queue processingGraeme Yeates2016-07-031-8/+8
* 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
* fix typoAlexander Early2016-06-071-2/+2
* Merge pull request #1177 from caolan/map-objectsGraeme Yeates2016-06-056-5/+119
|\
| * simplify index trackingmap-objectsAlexander Early2016-06-011-11/+4
| * have map always return arraysAlexander Early2016-05-312-3/+15
| * fix lint errorsAlexander Early2016-05-311-2/+2
| * add docsAlexander Early2016-05-313-0/+78
| * added mapValuesAlexander Early2016-05-314-0/+31
* | Consistent nextTick implementationKiko Beats2016-06-022-14/+35
|/
* Merge pull request #1170 from jnordberg/queue-errorAlex Early2016-05-312-0/+7
|\
| * Document queue error callbackJohan Nordberg2016-05-311-0/+2
| * Add queue.error handler.Johan Nordberg2016-05-291-0/+5
* | Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-3186-172/+0
|/
* Add docs for retry interval functionAlex Ianus2016-05-211-2/+14
* Style fixesAlex Ianus2016-05-211-12/+5
* Allow custom retry intervalAlex Ianus2016-05-181-8/+18
* Merge branch 'master' into es6arrowsSteve Robb2016-05-1642-92/+162
|\
| * handle no-dependency array tasks in auto/autoInject. Closes #1147Alexander Early2016-05-092-3/+4
| * Clarify doWhilst/doUntil docs. Closes #1107Alexander Early2016-05-052-4/+5
| * Add docs for transform. Closes #1134Alexander Early2016-05-051-5/+49
| * Merge pull request #1142 from ezubarev/masterGraeme Yeates2016-05-052-2/+4
| |\
| | * Make once and onlyOnce exception safeZubarev Evgeny2016-05-042-2/+4