Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | limits of less than 1 are now an error (#1552) | Alex Early | 2018-07-01 | 2 | -2/+5 | |
| | | | | | | * BREAKING CHANGE: limits of less than 1 are now an error * fix lint | |||||
* | feat: Canceling flows (#1542) | Alex Early | 2018-07-01 | 11 | -3/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * auto should not start other tasks once canceled * simplify waterfall, add test for arrays * simplify eachOf * cancelable retry * cancelable eachOf for arrays * revert test tweak | |||||
* | need to demonstrate error cb not just drain cb | Operations Research Engineering Software+ | 2018-06-03 | 1 | -0/+5 | |
| | | | need to demonstrate to users how to use a single error callback | |||||
* | Merge pull request #1466 from caolan/1465 | Alex Early | 2018-06-02 | 1 | -1/+8 | |
|\ | | | | | Don't memoize results that had an error | |||||
| * | #1465; don't memoize results that had an error1465 | Graeme Yeates | 2017-08-21 | 1 | -1/+8 | |
| | | ||||||
* | | Drop isObject /2 | Federico Brigante | 2018-04-20 | 1 | -5/+1 | |
| | | ||||||
* | | Drop lodash.isarraylike | Federico Brigante | 2018-04-19 | 5 | -5/+10 | |
| | | ||||||
* | | Drop _baseRange | Federico Brigante | 2018-04-19 | 2 | -2/+9 | |
| | | ||||||
* | | Drop constant | Federico Brigante | 2018-04-19 | 1 | -1/+6 | |
| | | ||||||
* | | Drop arrayMap | Federico Brigante | 2018-04-19 | 5 | -12/+6 | |
| | | ||||||
* | | Drop _baseProperty | Federico Brigante | 2018-04-19 | 3 | -2/+7 | |
| | | ||||||
* | | Drop trim | Federico Brigante | 2018-04-19 | 1 | -2/+1 | |
| | | ||||||
* | | Drop identity | Federico Brigante | 2018-04-19 | 6 | -8/+8 | |
| | | ||||||
* | | Drop noop | Federico Brigante | 2018-04-19 | 25 | -27/+25 | |
| | | ||||||
* | | Drop _baseIndexOf | Federico Brigante | 2018-04-19 | 2 | -4/+2 | |
| | | ||||||
* | | Drop keys | Federico Brigante | 2018-04-19 | 2 | -5/+2 | |
| | | ||||||
* | | Use lodash.isarraylike | Federico Brigante | 2018-04-19 | 4 | -4/+4 | |
| | | | | | | | | | | package size minified gzipped lodash.isarraylike@4.2.0 4.54 kB 376 B 161 B | |||||
* | | Drop isArray | Federico Brigante | 2018-04-19 | 8 | -17/+9 | |
| | | ||||||
* | | Drop _baseForOwn | Federico Brigante | 2018-04-19 | 4 | -3/+11 | |
| | | ||||||
* | | Drop _arrayEach | Federico Brigante | 2018-04-19 | 2 | -6/+4 | |
| | | ||||||
* | | Drop isObject | Federico Brigante | 2018-04-19 | 1 | -1/+4 | |
| | | ||||||
* | | fix "RangeError: Maximum call stack size exceeded" | Stéphane MBAPE | 2018-02-14 | 1 | -1/+4 | |
| | | ||||||
* | | Fix typo (#1511) | Bao Pham | 2018-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | generate lib/index.js from a template and a list of aliases | Alexander Early | 2017-10-15 | 3 | -82/+90 | |
| | | ||||||
* | | Fix tryEach documentation code example | Grasseh | 2017-09-12 | 1 | -1/+1 | |
|/ | ||||||
* | Use shift instead of splice (when possible) in queue | Doron Pagot | 2017-07-21 | 1 | -1/+3 | |
| | ||||||
* | clarify retry vs retryable in docs. closes #1450 | Alexander Early | 2017-07-16 | 1 | -2/+2 | |
| | ||||||
* | 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 | 5 | -29/+32 | |
| | | | | | | | | | | | | | | | | #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 | |||||
* | add concatLimit [fixes #1426] (#1430) | Hubert Argasinski | 2017-06-10 | 2 | -0/+25 | |
| | ||||||
* | 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 | |||||
* | clarify q.kill docs [fixes #1422] | Hubert Argasinski | 2017-05-24 | 1 | -1/+2 | |
| | ||||||
* | allow fn wrapped in timeout to be called multiple times (fixes #1418)timeout-fix | Hubert Argasinski | 2017-05-20 | 1 | -21/+20 | |
| | ||||||
* | Merge pull request #1408 from davidaurelio/master | Alex Early | 2017-04-22 | 1 | -2/+15 | |
|\ | | | | | [asyncify] Make errors in callbacks throw globally | |||||
| * | [asyncify] Make errors in callbacks throw globally | David Aurelio | 2017-04-19 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | If asyncify wraps a function returning promises, the callback will be executed as part of the promise’s `.then()` method. This means that any error thrown from that method will be silenced, and lead to a “unhandled promise rejection” warning in modern engines. Usually, we want these errors to be visible, and even crash the process. | |||||
* | | Fix typo | Sebastian Fuss | 2017-04-22 | 1 | -1/+1 | |
|/ | | | Fix typo in asyncify documentation | |||||
* | 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 | 3 | -1/+36 | |
|\ | | | | | queue.remove() | |||||
| * | rename filter to remove | Alexander Early | 2017-04-08 | 2 | -5/+3 | |
| | | ||||||
| * | add queue.removelinked-list-methods | Alexander Early | 2017-04-06 | 2 | -0/+11 | |
| | | ||||||
| * | added tests for DLL, filter(), non-leaking empty() | Alexander Early | 2017-04-06 | 1 | -1/+27 | |
| | | ||||||
* | | handle async functions in tryEach | Alexander Early | 2017-04-06 | 1 | -6/+8 | |
| | | ||||||
* | | Merge pull request #1365 from alFReD-NSH/try | Alex Early | 2017-04-06 | 2 | -0/+61 | |
|\ \ | | | | | | | Add async.tryEach | |||||
| * | | Add async.tryEach, Fixes #687 | Farid Neshat | 2017-03-02 | 2 | -0/+61 | |
| | | | ||||||
* | | | one more style fixwaterfall-optimization | Alexander Early | 2017-04-04 | 1 | -1/+2 | |
| | | | ||||||
* | | | small fixes from review | Alexander Early | 2017-04-04 | 4 | -23/+19 | |
| | | | ||||||
* | | | simplify waterfall, commit built files | Alexander Early | 2017-04-03 | 1 | -15/+13 | |
| | | | ||||||
* | | | fix ellipsis in comments | Alexander Early | 2017-04-03 | 3 | -3/+3 | |
| | | | ||||||
* | | | replace lodash/slice | Alexander Early | 2017-04-03 | 2 | -2/+2 | |
| | | |