Skip to content

Releases: janogonzalez/priorityqueuejs

2.0.0

08 May 13:10
Compare
Choose a tag to compare

This release removes support for component and the browser build. There are modern ways to do such things and I doubt anyone was using those anymore.

1.0.0...v2.0.0

1.0.0

23 Feb 17:28
Compare
Choose a tag to compare
  • Respect queue behavior when elements have the same priority, thank you @xgbuils.
  • Fixes default comparator to also work with Number objects.

0.2.0

06 Feb 12:11
Compare
Choose a tag to compare
  • add #forEach(fn) method, thank you @kessler
  • now you can find a pre-built file for people who don't use component when developing for the browser.