summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1074 from ex1st/masterAlex Early2016-03-233-28/+43
|\
| * Remove iterator index (Map).Ilya Shatokhin2016-03-221-3/+1
| * Added new testsIlya Shatokhin2016-03-221-23/+0
| * Add support for ES2015 iteratorsIlya Shatokhin2016-03-222-5/+45
* | changed saturated and unsaturated to better reflect realityAlexander Early2016-03-221-3/+7
* | convert priorityQueue tests to mochaAlexander Early2016-03-221-6/+9
|/
* simplify implementationinitial-paramsAlexander Early2016-03-211-4/+3
* use copyArray instead of toArrayAlexander Early2016-03-201-2/+2
* use initialParams to simplify callback extractionAlexander Early2016-03-198-31/+28
* iterator -> iteratee in lib/Alexander Early2016-03-1823-56/+56
* re-enable test, handle omitted retry optionsAlexander Early2016-03-111-2/+11
* Merge branch 'master' into retryableAlexander Early2016-03-119-104/+195
|\