Skip to content

Releases: calebboyd/aceink

v2.1.0

16 Mar 19:09

Choose a tag to compare

2.1.0 (2026-03-16)

Features

  • add queue clear control (9112a11)
  • add queue onEmpty helper (cf164a3)
  • add queue pause and start controls (e0510cf)

v2.0.0

16 Mar 17:13

Choose a tag to compare

2.0.0 (2026-03-16)

  • feat!: move queue bound into QueueOptions (3fe1977)

Bug Fixes

  • close iterators on early bail (e5fe3eb)
  • tighten queue backpressure and state tracking (4ec8f35)

Features

  • add queue timeout and abort support (6ba0ecb)

BREAKING CHANGES

  • Queue and q now accept bound through QueueOptions instead of a positional boolean argument.

v1.3.1

16 Mar 06:01

Choose a tag to compare

1.3.1 (2026-03-16)

Bug Fixes

  • harden queue semantics and migrate to oxc tooling (ce5856c)
  • update workflows (0ecd55a)

v1.3.0

13 Sep 01:34

Choose a tag to compare

1.3.0 (2023-09-13)

Features

v1.2.0

12 Sep 02:02

Choose a tag to compare

1.2.0 (2023-09-12)

Features

  • add wrap for currying gowait functions (24af8e6)

v1.1.0

11 Sep 23:44

Choose a tag to compare

1.1.0 (2023-09-11)

Features

  • support currying args to gowait (4513f39)

v1.0.1

01 Apr 20:57

Choose a tag to compare

1.0.1 (2023-04-01)

Bug Fixes