v26.0.0
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.removereturnsT | undefinedinstead of
T. Removing from an empty queue has always yieldedundefinedat
runtime; callers relying on the old signature now have to narrow.
Runtime behaviour is unchanged.