Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: stop priorityQueue from draining while items still pending (#1623) | André Guedes | 2019-02-20 | 1 | -1/+1 |
* | fix: send proper retry count to retry's interaval func (#1621) | Alex Early | 2019-02-13 | 1 | -1/+1 |
* | Fixes #1610 (#1615) | Sam Radhakrishnan | 2019-02-13 | 1 | -0/+3 |
* | Fixes #1582 (#1597) | Hubert Argasinski | 2018-11-27 | 7 | -6/+8 |
* | feat: Use heap tree in priority queue (#1595) | yemreinci | 2018-11-20 | 2 | -10/+120 |
* | feat: await-able Async methods (#1572) | Alex Early | 2018-09-30 | 74 | -200/+404 |
* | sentence fix (#1581) | Tony | 2018-09-21 | 1 | -1/+1 |
* | feat: Add cargoQueue type and tests (#1567) | Justin Chase | 2018-08-07 | 2 | -0/+62 |
* | [wip] initial async generator support (#1560) | Alex Early | 2018-08-05 | 43 | -41/+121 |
* | [issue-1568][bug]: make sure error object defined before access its message (... | Reed Feng | 2018-08-02 | 1 | -1/+1 |
* | Updated concat documentation (#1564) | Alexander Cerutti | 2018-07-20 | 1 | -3/+2 |
* | breaking: remove during, make test functions in until/whilst async (#1557) | Alex Early | 2018-07-10 | 7 | -139/+74 |
* | feat: Iterable queues (#1556) | Alex Early | 2018-07-09 | 3 | -8/+25 |
* | fix autoInject tests | Alexander Early | 2018-07-08 | 1 | -9/+14 |
* | prefer destructuring | Alexander Early | 2018-07-08 | 7 | -9/+9 |
* | disallow variable shadowing | Alexander Early | 2018-07-08 | 12 | -41/+34 |
* | clarify applyEach docs. Closes #1501 | Alexander Early | 2018-07-08 | 1 | -2/+7 |
* | update transform docs. Closes #1543 | Alexander Early | 2018-07-08 | 1 | -2/+2 |
* | ES6-ify codebase (#1553) | Alex Early | 2018-07-08 | 65 | -532/+392 |
* | limits of less than 1 are now an error (#1552) | Alex Early | 2018-07-01 | 2 | -2/+5 |
* | feat: Canceling flows (#1542) | Alex Early | 2018-07-01 | 11 | -3/+29 |
* | need to demonstrate error cb not just drain cb | Operations Research Engineering Software+ | 2018-06-03 | 1 | -0/+5 |
* | Merge pull request #1466 from caolan/1465 | Alex Early | 2018-06-02 | 1 | -1/+8 |
|\ | |||||
| * | #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 |
* | | 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 |
* | preserve order, make variadic and handle falsy values in concat [fixes #1437]... | Hubert Argasinski | 2017-06-23 | 5 | -29/+32 |
* | 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 |