Releases: d3/d3-queue
Releases · d3/d3-queue
v2.0.1
v1.2.3
v2.0.0
v1.2.2
- Throw an error if queue.defer, queue.await or queue.awaitAll is passed a non-function.
v1.2.1
- If a task errors, abort any active tasks (as when calling queue.abort).
- On abort, also dispose any references to tasks and results.
- If a task invokes its callback more than once, ignore subsequent invocations.
- If a task throws a synchronous error on start, treat this as invoking the callback.
- If a task throws a synchronous error on abort, ignore it.
v1.2.0
- Add queue.abort.