Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

60 lines (38 loc) · 1021 Bytes

Channel Queue changelog

v1.4.0

2023-11-12

  • Support for preventing enqueued tasks from throwing

v1.3.0

2023-11-06

  • Support throwing error on waitForEmpty if task failed, using throwForFailures option

v1.2.0

2022-04-20

  • Timeout support for enqueued tasks

v1.1.1

2022-04-19

  • Bugfix:
    • ParallelChannel#waitForEmpty fired before last callbacks finished

v1.1.0

2022-04-14

  • Channel#waitForEmpty and ParallelChannel#waitForEmpty helpers

v1.0.1

2021-05-30

  • Fix enqueue signature

v1.0.0

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

v0.5.0

2019-11-26

  • Channel#clear(priorityType) for clearing only items with a certain priority type

v0.4.0

2019-05-17

  • Channel#clear() for clearing queued items

v0.3.0

2018-02-09

  • Parallelism

v0.2.2

2017-10-21

  • Stacked items support