2023-11-12
- Support for preventing enqueued tasks from throwing
2023-11-06
- Support throwing error on
waitForEmpty
if task failed, usingthrowForFailures
option
2022-04-20
- Timeout support for enqueued tasks
2022-04-19
- Bugfix:
ParallelChannel#waitForEmpty
fired before last callbacks finished
2022-04-14
Channel#waitForEmpty
andParallelChannel#waitForEmpty
helpers
2021-05-30
- Fix
enqueue
signature
2021-05-21
- Convert to Typescript
- Breaking changes:
- New type interfaces replace symbols: see the readme
- No default exports: All exports are now named: see the readme
2019-11-26
Channel#clear(priorityType)
for clearing only items with a certain priority type
2019-05-17
Channel#clear()
for clearing queued items
2018-02-09
- Parallelism
2017-10-21
- Stacked items support