Skip to content

v26.0.0

Choose a tag to compare

@xobotyi xobotyi released this 25 Jul 23:17
· 23 commits to master since this release

26.0.0 (2026-07-25)

  • fix(useQueue)!: type remove as possibly empty (24cd258)

Bug Fixes

  • build: keep test helpers out of the package (3afc539)

BREAKING CHANGES

  • QueueMethods.remove returns T | undefined instead of
    T. Removing from an empty queue has always yielded undefined at
    runtime; callers relying on the old signature now have to narrow.

Runtime behaviour is unchanged.