Releases: janogonzalez/priorityqueuejs
Releases · janogonzalez/priorityqueuejs
Release list
2.0.0
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
- Respect queue behavior when elements have the same priority, thank you @xgbuils.
- Fixes default comparator to also work with Number objects.
0.2.0
- add
#forEach(fn)method, thank you @kessler - now you can find a pre-built file for people who don't use
componentwhen developing for the browser.