Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cancelable foreach | Alexander Early | 2018-06-03 | 1 | -2/+8 |
| | |||||
* | Drop lodash.isarraylike | Federico Brigante | 2018-04-19 | 4 | -3/+9 |
| | |||||
* | Drop _baseRange | Federico Brigante | 2018-04-19 | 1 | -0/+7 |
| | |||||
* | Drop arrayMap | Federico Brigante | 2018-04-19 | 1 | -3/+2 |
| | |||||
* | Drop _baseProperty | Federico Brigante | 2018-04-19 | 2 | -1/+6 |
| | |||||
* | Drop identity | Federico Brigante | 2018-04-19 | 1 | -0/+3 |
| | |||||
* | Drop noop | Federico Brigante | 2018-04-19 | 7 | -7/+7 |
| | |||||
* | Drop _baseIndexOf | Federico Brigante | 2018-04-19 | 1 | -2/+1 |
| | |||||
* | Drop keys | Federico Brigante | 2018-04-19 | 1 | -2/+1 |
| | |||||
* | Use lodash.isarraylike | Federico Brigante | 2018-04-19 | 3 | -3/+3 |
| | | | | | package size minified gzipped lodash.isarraylike@4.2.0 4.54 kB 376 B 161 B | ||||
* | Drop isArray | Federico Brigante | 2018-04-19 | 1 | -2/+1 |
| | |||||
* | Drop _baseForOwn | Federico Brigante | 2018-04-19 | 1 | -0/+8 |
| | |||||
* | Drop _arrayEach | Federico Brigante | 2018-04-19 | 1 | -2/+1 |
| | |||||
* | fix "RangeError: Maximum call stack size exceeded" | Stéphane MBAPE | 2018-02-14 | 1 | -1/+4 |
| | |||||
* | Use shift instead of splice (when possible) in queue | Doron Pagot | 2017-07-21 | 1 | -1/+3 |
| | |||||
* | Improve `async.queue` start up performance (#1448) | Hubert Argasinski | 2017-07-10 | 1 | -1/+9 |
| | | | | | | | | | | * batch queue.push calls * add more queue perf suites * undo dist changes * prevent overwriting q.process from pausing the queue | ||||
* | preserve order, make variadic and handle falsy values in concat [fixes ↵ | Hubert Argasinski | 2017-06-23 | 2 | -19/+0 |
| | | | | | | | | | | | | | | | | #1437] (#1436) * preserve order in concat * remove comment * fix concatLimit linting * handle variadic and falsy results in concatLimit [fixes #1437] * fix tests (typos) * PR fixes | ||||
* | ensure q.workersList() contains items being processed [fixes #1428] (#1429) | Hubert Argasinski | 2017-06-10 | 1 | -2/+3 |
| | | | | | | | | * ensure q.workersList() contains items being processed [fixes #1428] * remove newline * improve q.workersList() test | ||||
* | Avoid eval in async wrappers; fixes #1403 | Graeme Yeates | 2017-04-17 | 1 | -14/+2 |
| | |||||
* | refactor flaky queue tests | Alexander Early | 2017-04-08 | 1 | -2/+1 |
| | |||||
* | Merge pull request #1397 from caolan/linked-list-methods | Alex Early | 2017-04-08 | 2 | -1/+30 |
|\ | | | | | queue.remove() | ||||
| * | rename filter to remove | Alexander Early | 2017-04-08 | 2 | -5/+3 |
| | | |||||
| * | add queue.removelinked-list-methods | Alexander Early | 2017-04-06 | 1 | -0/+5 |
| | | |||||
| * | added tests for DLL, filter(), non-leaking empty() | Alexander Early | 2017-04-06 | 1 | -1/+27 |
| | | |||||
* | | small fixes from review | Alexander Early | 2017-04-04 | 1 | -4/+4 |
| | | |||||
* | | remove rest completely | Alexander Early | 2017-04-03 | 6 | -28/+24 |
| | | |||||
* | | optimize auto, parallel, and waterfall by not useing rest() | Alexander Early | 2017-04-02 | 2 | -6/+15 |
|/ | |||||
* | change timing of q.empty() so that q.idle() will be false. Fixes #1367 | Alexander Early | 2017-04-02 | 1 | -2/+3 |
| | |||||
* | fix small issues from PR | Alexander Early | 2017-03-27 | 1 | -3/+2 |
| | |||||
* | handle async functions in relevant utility methods | Alexander Early | 2017-03-25 | 1 | -1/+2 |
| | |||||
* | handle async funcs in control flow methods | Alexander Early | 2017-03-25 | 4 | -16/+21 |
| | |||||
* | wrapped all collections methods | Alexander Early | 2017-03-24 | 4 | -9/+12 |
| | |||||
* | factor out async support check, make wrapAsync identity() in non-supported envs | Alexander Early | 2017-03-22 | 1 | -5/+22 |
| | |||||
* | initial experiment with async fn support | Alexander Early | 2017-03-22 | 3 | -2/+17 |
| | |||||
* | standardize detect, every, and some implementations | Hubert Argasinski | 2017-01-29 | 1 | -28/+20 |
| | |||||
* | Merge pull request #1334 from megawac/pr/1267 | Graeme Yeates | 2016-12-02 | 1 | -6/+9 |
|\ | | | | | Pr/1267 | ||||
| * | Avoid unnessary queuing of *concurrency processes on resumepr/1267 | Graeme Yeates | 2016-12-01 | 1 | -6/+1 |
| | | |||||
| * | Slightly different approach to avoiding starting to processing tasks with ↵ | Graeme Yeates | 2016-11-30 | 1 | -11/+9 |
| | | | | | | | | sync callbacks | ||||
| * | prevent stack growth if queue callback is called synchronously | James Crosby | 2016-11-30 | 1 | -1/+11 |
| | | |||||
* | | remove unnecessary arrays | oresoftware | 2016-11-30 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #1327 from caolan/lib-import-cleanups | Graeme Yeates | 2016-11-17 | 9 | -13/+16 |
|\ | | | | | Cleanup some of the dependency imports | ||||
| * | Cleanup some of the dependency importslib-import-cleanups | Graeme Yeates | 2016-11-17 | 9 | -13/+16 |
| | | | | | | | | Saves 800 bytes on min.js | ||||
* | | Implement array specific filter functionfilter-array-specific | Graeme Yeates | 2016-11-17 | 1 | -4/+25 |
|/ | |||||
* | Merge pull request #1320 from caolan/pr/1297 | Graeme Yeates | 2016-11-14 | 1 | -4/+2 |
|\ | | | | | Pr/1297 | ||||
| * | Revert back to previous filter implementation | Graeme Yeates | 2016-11-14 | 1 | -17/+19 |
| | | |||||
| * | Handle iteratorspr/1297 | Graeme Yeates | 2016-11-11 | 1 | -5/+8 |
| | | |||||
| * | Avoid importing lodash/filter in async.filter | Graeme Yeates | 2016-11-11 | 1 | -7/+12 |
| | | |||||
| * | Test filtering an object. | Cody Taylor | 2016-10-16 | 1 | -4/+4 |
| | | |||||
| * | Improve filter by reducing complexity. | Cody Taylor | 2016-10-05 | 1 | -20/+8 |
| | | |||||
* | | Add short circuit test for every | Graeme Yeates | 2016-10-15 | 1 | -2/+3 |
| | |