Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify index trackingmap-objects | Alexander Early | 2016-06-01 | 1 | -11/+4 |
| | |||||
* | have map always return arrays | Alexander Early | 2016-05-31 | 1 | -2/+10 |
| | |||||
* | Merge pull request #1170 from jnordberg/queue-error | Alex Early | 2016-05-31 | 1 | -0/+5 |
|\ | | | | | Add optional error handler to queues | ||||
| * | Add queue.error handler. | Johan Nordberg | 2016-05-29 | 1 | -0/+5 |
| | | | | | | With the signature `function(error, task){}` | ||||
* | | Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵ | John-David Dalton | 2016-05-31 | 18 | -36/+0 |
|/ | | | | strict mode. | ||||
* | Make once and onlyOnce exception safe | Zubarev Evgeny | 2016-05-04 | 2 | -2/+4 |
| | | | | More details in issue#1106 | ||||
* | have applyEach pass results to the callback. Closes #1088 | Alexander Early | 2016-04-07 | 1 | -3/+2 |
| | |||||
* | Merge pull request #1094 from bspates/bind-after-ensure-async | Alex Early | 2016-04-07 | 1 | -1/+1 |
|\ | | | | | Bind Context to Functions wrapped by initialParams | ||||
| * | explicitly bind 'this', curried by lodash's rest method, to the wrapped ↵ | bspates | 2016-04-03 | 1 | -1/+1 |
| | | | | | | | | method before invoking | ||||
* | | allow no callback for detect, some and family. Fixes #1096 | Alexander Early | 2016-04-05 | 1 | -0/+3 |
|/ | |||||
* | ensure the fn can be GCed in once() | Alexander Early | 2016-03-31 | 1 | -3/+2 |
| | |||||
* | use simpler once() implementation | Alexander Early | 2016-03-30 | 3 | -2/+10 |
| | |||||
* | ensure map returns an array when an iterable is passed | Alexander Early | 2016-03-23 | 3 | -6/+10 |
| | |||||
* | Merge pull request #1074 from ex1st/master | Alex Early | 2016-03-23 | 3 | -28/+43 |
|\ | | | | | Adds support for es6 iterators | ||||
| * | Remove iterator index (Map). | Ilya Shatokhin | 2016-03-22 | 1 | -3/+1 |
| | | |||||
| * | Added new tests | Ilya Shatokhin | 2016-03-22 | 1 | -23/+0 |
| | | |||||
| * | Add support for ES2015 iterators | Ilya Shatokhin | 2016-03-22 | 2 | -5/+45 |
| | | |||||
* | | changed saturated and unsaturated to better reflect reality | Alexander Early | 2016-03-22 | 1 | -3/+7 |
| | | |||||
* | | convert priorityQueue tests to mocha | Alexander Early | 2016-03-22 | 1 | -6/+9 |
|/ | |||||
* | simplify implementationinitial-params | Alexander Early | 2016-03-21 | 1 | -4/+3 |
| | |||||
* | use copyArray instead of toArray | Alexander Early | 2016-03-20 | 1 | -2/+2 |
| | |||||
* | use initialParams to simplify callback extraction | Alexander Early | 2016-03-19 | 2 | -2/+11 |
| | |||||
* | iterator -> iteratee in lib/ | Alexander Early | 2016-03-18 | 10 | -27/+27 |
| | |||||
* | pass extra args to setImmediate/nextTick. Fixes #940 | Alexander Early | 2016-03-07 | 1 | -8/+10 |
| | |||||
* | implement <name> and <name>Series with <name>Limit | charlierudolph | 2016-03-01 | 1 | -0/+7 |
| | |||||
* | moved tests to separate files | Alexander Early | 2016-02-27 | 1 | -1/+1 |
| | |||||
* | added a base implementation for unsaturation event #868 | Ernie Casilla | 2016-02-20 | 1 | -0/+5 |
| | | | | | | updating the README fix readme | ||||
* | filter, reject, detect, some, every with error | charlierudolph | 2016-02-16 | 3 | -16/+41 |
| | |||||
* | handle moved lodash internal methods | Alexander Early | 2016-02-10 | 3 | -6/+6 |
| | |||||
* | update locations of lodash methods | --global | 2016-01-13 | 7 | -14/+14 |
| | |||||
* | Avoid including lodash string parsing in bundle | Graeme Yeates | 2016-01-04 | 3 | -3/+3 |
| | |||||
* | Set up async bundles | Graeme Yeates | 2015-12-29 | 19 | -13/+50 |
| | |||||
* | [WIP] modularization (#984) | Graeme Yeates | 2015-12-29 | 19 | -0/+403 |