summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: typo in jsdoc description for whilst (#1850)✌️2022-06-221-1/+1
* fix: update priorityQueue functionality to match queue (#1790)Hubert Argasinski2022-04-152-37/+38
* docs: add missing return definitions for awaitable functions (#1789)Hubert Argasinski2022-01-285-5/+5
* Update built filesAlexander Early2022-01-091-76/+77
* fix: address edge case in comment stripping (#1780)Rich Trott2022-01-091-3/+29
* Housekeeping (#1772)Jimmy Wärting2021-12-021-1/+1
* Fix an inefficient regex in autoInject (#1767)meekdenzo2021-12-021-1/+1
* be explicit (#1769)Jimmy Wärting2021-11-1687-296/+289
* Fix prototype pollution vulnerabilityAlexander Early2021-10-271-0/+3
* Fix(docs): use plural `callbacks` word in `lib/map.js` (#1765)Juan José2021-10-041-1/+1
* Enhance examples for Collections methods. (#1726)Roman Lorenzo Balayan2021-08-0517-148/+1315
* use queueMicrotask instead of setTimeout in browsers in order to avoid browse...Garrett Jensen2021-08-051-1/+4
* fixing the grammar in documentation (#1756)Saurav Azad2021-08-052-3/+2
* Improving tests case coverage (#1754)Saurav Azad2021-06-281-1/+4
* priorityQueue: Prevent same tick setImmediate (#1727)pkarimov2020-10-171-1/+8
* V3 Docs :: Fix "unshirtAsync" typo (#1712)Ilia2020-08-181-1/+1
* docs: Fix simple typo, whoses -> whose (#1717)Tim Gates2020-05-181-1/+1
* fix typo (#1707)Michael Collier2020-03-031-1/+1
* Fix code until code example (#1708)Juan José2020-03-031-1/+1
* remove setting asyncFn.name to fix a safari bugAlexander Early2020-02-231-5/+0
* fix cargoQueue return type. Closes #1704Alexander Early2020-02-231-1/+1
* fix until example. Closes #1688Alexander Early2020-02-231-2/+4
* fix(docs): fix code example in whilst docs (#1703)Juan José2020-02-151-1/+1
* Allow redefining name property in awaitable (#1701)Michael Heuberger2020-01-231-0/+1
* 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