summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | Revert lodash/indexOf to lodash/_baseIndexOfB Paul Anderson2016-05-041-2/+2
| * | Re-introduce nonexistent dependency checkB Paul Anderson2016-05-021-0/+5
| * | Implement cycle checking with Kahn's algorithmB Paul Anderson2016-05-021-19/+42
| |/
| * Fix doc linking (see #1135)doc-linkingGraeme Yeates2016-04-2938-56/+56
| * fix `priorityQueue`Suguru Motegi2016-04-261-6/+0
* | Use of lodash/trim instead of String.trim.Steve Robb2016-05-071-1/+2
* | Merge branch 'master' into es6arrowsSteve Robb2016-04-261-17/+1
|\ \ | |/
| * Revert injection of results in the final callack to autoInject.Steve Robb2016-04-251-17/+1
* | Arrow function support in ES6.Steve Robb2016-04-251-2/+2
|/
* Add linting for jsdocsGraeme Yeates2016-04-123-3/+3
* jsdoc-style documentation final touchesHubert Argasinski2016-04-122-0/+37
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-1212-4/+475
* jsdoc-style documentation finished documenting `Util` methodsHubert Argasinski2016-04-128-0/+280
* jsdoc-style documentation began documenting `Util` methodsHubert Argasinski2016-04-128-0/+212
* jsdoc-style documentation began documenting `Control Flow` methodsHubert Argasinski2016-04-1215-0/+498
* jsdoc-style documentation wrapped @see info in backticksHubert Argasinski2016-04-1219-19/+19
* jsdoc-style documentation for 'collection' methodsHubert Argasinski2016-04-1229-1/+712
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-073-7/+6
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-071-1/+17
|\
| * Fix for injection into final callback.Steve Robb2016-04-061-1/+17
* | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-071-2/+6
|\ \
| * | #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+6
| |/
* | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-071-1/+1
|\ \ | |/ |/|
| * explicitly bind 'this', curried by lodash's rest method, to the wrapped metho...bspates2016-04-031-1/+1
* | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-051-0/+3
* | streamline implementationAlexander Early2016-04-041-9/+6
* | Add back reflect and reflectAll.JT Turner2016-04-033-0/+42
|/
* ensure the fn can be GCed in once()Alexander Early2016-03-311-3/+2
* use simpler once() implementationAlexander Early2016-03-306-7/+15
* use simple 'in' check rather than _.has in memoizeAlexander Early2016-03-291-1/+4
* use copyArray rather than baseCloneAlexander Early2016-03-291-1/+1
* ensure map returns an array when an iterable is passedAlexander Early2016-03-233-6/+10