Skip to content

Releases: mourner/tinyqueue

v3.0.0

06 Jul 09:03

Choose a tag to compare

  • ⚠️ 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

14 Jun 14:04

Choose a tag to compare

Improve TypeScript definitions for pop and peek.

v2.0.2

05 Apr 13:55

Choose a tag to compare

Improve TypeScript typings.

v2.0.1

05 Apr 09:37

Choose a tag to compare

  • Export TypeScript typings.
  • Fix a race condition with pop().

v2.0.0

05 Apr 09:35

Choose a tag to compare

Expose a module entry point with modern ES code.

v1.2.3

10 Oct 13:38

Choose a tag to compare

  • Add default export for better compatibility with Babel and similar tools.
  • Small performance improvement.

v1.2.2

16 Mar 12:59

Choose a tag to compare

Fixed a bug when initializing the queue with an empty array.

v1.2.1

16 Mar 09:38

Choose a tag to compare

Fixed a a few edge cases, including a regression in 1.2.0.

v1.2.0

15 Mar 18:15

Choose a tag to compare

20% faster, thanks to ideas from FastPriorityQueue.js and qheap.