Skip to content

Releases: d3/d3-queue

v2.0.1

29 Jan 17:41
Compare
Choose a tag to compare
  • Restore anonymous UMD.

v1.2.3

29 Jan 17:42
Compare
Choose a tag to compare
  • Restore anonymous UMD.

v2.0.0

27 Jan 18:12
Compare
Choose a tag to compare
  • Export d3_queue, rather than queue, for consistency with other D3 modules.

v1.2.2

25 Jan 21:16
Compare
Choose a tag to compare

v1.2.1

25 Jan 05:46
Compare
Choose a tag to compare
  • 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

23 Jan 00:07
Compare
Choose a tag to compare

v1.1.1

22 Jan 21:11
Compare
Choose a tag to compare
  • Throw an error if the specified parallelism is not at least one.
  • Avoid recursion if a task defers another task.
  • Minor optimizations.

v1.1.0

20 Jan 21:25
Compare
Choose a tag to compare
  • Adopt Rollup.
  • Note to Bower users: you may need to bower cache clean before installing.