Skip to content

Releases: mourner/tinyqueue

v3.0.0

Choose a tag to compare

@mourner mourner released this 06 Jul 09:03
  • ⚠️ 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

Choose a tag to compare

@mourner mourner released this 14 Jun 14:04

Improve TypeScript definitions for pop and peek.

v2.0.2

Choose a tag to compare

@mourner mourner released this 05 Apr 13:55

Improve TypeScript typings.

v2.0.1

Choose a tag to compare

@mourner mourner released this 05 Apr 09:37
  • Export TypeScript typings.
  • Fix a race condition with pop().

v2.0.0

Choose a tag to compare

@mourner mourner released this 05 Apr 09:35

Expose a module entry point with modern ES code.

v1.2.3

Choose a tag to compare

@mourner mourner released this 10 Oct 13:38
  • Add default export for better compatibility with Babel and similar tools.
  • Small performance improvement.

v1.2.2

Choose a tag to compare

@mourner mourner released this 16 Mar 12:59

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

v1.2.1

Choose a tag to compare

@mourner mourner released this 16 Mar 09:38

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

v1.2.0

Choose a tag to compare

@mourner mourner released this 15 Mar 18:15

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