Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 437 Bytes

Changelog

[3.0.0] - 2024-11-21

Changed

  • Breaking: Duplication prevention: when add is called with a task that has an id equal to the id of a pending or in-flight tasks, the task will not be added to the queue.
    • Equality is checked with ===, so ids should be primitives.
    • This implies that only one task with undefined id can be in the queue at a time, essentially making id a required field.