Releases: mourner/tinyqueue
Releases · mourner/tinyqueue
v3.0.0
- ⚠️ Publish as a ES module, drop CommonJS & UMD support.
- ⚠️ Do not provide UMD bundle in the distribution (use services like JSDelivr for CDN).
v2.0.3
Improve TypeScript definitions for pop
and peek
.
v2.0.2
Improve TypeScript typings.
v2.0.1
- Export TypeScript typings.
- Fix a race condition with
pop()
.
v2.0.0
Expose a module
entry point with modern ES code.
v1.2.3
- Add default export for better compatibility with Babel and similar tools.
- Small performance improvement.
v1.2.2
Fixed a bug when initializing the queue with an empty array.
v1.2.1
Fixed a a few edge cases, including a regression in 1.2.0.