summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* even moar coverageAlexander Early2019-06-221-1/+1
* moar coverageAlexander Early2019-06-221-0/+1
* feat(queue): add pushAsync and unshiftAsync functions that reject on error. ...Alexander Early2019-06-222-29/+50
* fix(autoInject): tighten up regex for parsing args. Closes #1663Alexander Early2019-06-221-2/+2
* fix(docs): applyEach docs. Closes #1658Alexander Early2019-06-222-9/+10
* fix(doc): until example. Closes #1664Alexander Early2019-06-221-3/+3
* fix: don't completely flatten arrays pushed to queue/cargo. Fixes #1645Alexander Early2019-05-241-6/+16
* feat: Add .mjs bundle and pkg.main to CJS build (#1642)Alex Early2019-05-191-0/+6
* BREAKING CHANGE: awaitable queues (#1641)Alex Early2019-05-193-85/+142
* BREAKING CHANGE: remove partial application feature of applyEach (#1640)Alex Early2019-05-192-9/+6
* chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async fu...Pablo Núñez2019-04-071-1/+1
* feat: add flatMap aliases for concatAlexander Early2019-03-093-0/+3
* fix: Reflect passes value on error (#1633)Alex Early2019-03-091-5/+9
* initialize results in whilst [fixes #1626] (#1628)Hubert Argasinski2019-03-011-1/+1
* fix: stop priorityQueue from draining while items still pending (#1623)André Guedes2019-02-201-1/+1
* fix: send proper retry count to retry's interaval func (#1621)Alex Early2019-02-131-1/+1
* Fixes #1610 (#1615)Sam Radhakrishnan2019-02-131-0/+3
* Fixes #1582 (#1597)Hubert Argasinski2018-11-277-6/+8
* feat: Use heap tree in priority queue (#1595)yemreinci2018-11-202-10/+120
* feat: await-able Async methods (#1572)Alex Early2018-09-3074-200/+404
* sentence fix (#1581)Tony2018-09-211-1/+1
* feat: Add cargoQueue type and tests (#1567)Justin Chase2018-08-072-0/+62
* [wip] initial async generator support (#1560)Alex Early2018-08-0543-41/+121
* [issue-1568][bug]: make sure error object defined before access its message (...Reed Feng2018-08-021-1/+1
* Updated concat documentation (#1564)Alexander Cerutti2018-07-201-3/+2
* breaking: remove during, make test functions in until/whilst async (#1557)Alex Early2018-07-107-139/+74
* feat: Iterable queues (#1556)Alex Early2018-07-093-8/+25
* fix autoInject testsAlexander Early2018-07-081-9/+14
* prefer destructuringAlexander Early2018-07-087-9/+9
* disallow variable shadowingAlexander Early2018-07-0812-41/+34
* clarify applyEach docs. Closes #1501Alexander Early2018-07-081-2/+7
* update transform docs. Closes #1543Alexander Early2018-07-081-2/+2
* ES6-ify codebase (#1553)Alex Early2018-07-0865-532/+392
* limits of less than 1 are now an error (#1552)Alex Early2018-07-012-2/+5
* feat: Canceling flows (#1542)Alex Early2018-07-0111-3/+29
* need to demonstrate error cb not just drain cbOperations Research Engineering Software+2018-06-031-0/+5
* Merge pull request #1466 from caolan/1465Alex Early2018-06-021-1/+8
|\
| * #1465; don't memoize results that had an error1465Graeme Yeates2017-08-211-1/+8
* | Drop isObject /2Federico Brigante2018-04-201-5/+1
* | Drop lodash.isarraylikeFederico Brigante2018-04-195-5/+10
* | Drop _baseRangeFederico Brigante2018-04-192-2/+9
* | Drop constantFederico Brigante2018-04-191-1/+6
* | Drop arrayMapFederico Brigante2018-04-195-12/+6
* | Drop _basePropertyFederico Brigante2018-04-193-2/+7
* | Drop trimFederico Brigante2018-04-191-2/+1
* | Drop identityFederico Brigante2018-04-196-8/+8
* | Drop noopFederico Brigante2018-04-1925-27/+25
* | Drop _baseIndexOfFederico Brigante2018-04-192-4/+2
* | Drop keysFederico Brigante2018-04-192-5/+2
* | Use lodash.isarraylikeFederico Brigante2018-04-194-4/+4