summaryrefslogtreecommitdiff
path: root/lib/internal
Commit message (Collapse)AuthorAgeFilesLines
* simplify index trackingmap-objectsAlexander Early2016-06-011-11/+4
|
* have map always return arraysAlexander Early2016-05-311-2/+10
|
* Merge pull request #1170 from jnordberg/queue-errorAlex Early2016-05-311-0/+5
|\ | | | | Add optional error handler to queues
| * Add queue.error handler.Johan Nordberg2016-05-291-0/+5
| | | | | | With the signature `function(error, task){}`
* | Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-3118-36/+0
|/ | | | strict mode.
* Make once and onlyOnce exception safeZubarev Evgeny2016-05-042-2/+4
| | | | More details in issue#1106
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-071-3/+2
|
* Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-071-1/+1
|\ | | | | Bind Context to Functions wrapped by initialParams
| * explicitly bind 'this', curried by lodash's rest method, to the wrapped ↵bspates2016-04-031-1/+1
| | | | | | | | method before invoking
* | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-051-0/+3
|/
* ensure the fn can be GCed in once()Alexander Early2016-03-311-3/+2
|
* use simpler once() implementationAlexander Early2016-03-303-2/+10
|
* 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
|\ | | | | Adds support for es6 iterators
| * 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-192-2/+11
|
* iterator -> iteratee in lib/Alexander Early2016-03-1810-27/+27
|
* pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-071-8/+10
|
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-011-0/+7
|
* moved tests to separate filesAlexander Early2016-02-271-1/+1
|
* added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-0/+5
| | | | | | updating the README fix readme
* filter, reject, detect, some, every with errorcharlierudolph2016-02-163-16/+41
|
* handle moved lodash internal methodsAlexander Early2016-02-103-6/+6
|
* update locations of lodash methods--global2016-01-137-14/+14
|
* Avoid including lodash string parsing in bundleGraeme Yeates2016-01-043-3/+3
|
* Set up async bundlesGraeme Yeates2015-12-2919-13/+50
|
* [WIP] modularization (#984)Graeme Yeates2015-12-2919-0/+403