- Stop supporting component and browser builds.
- Respect queue behavior when elements have the same priority, thank you @xgbuils.
- Fixes default comparator to also work with
Number
objects.
- 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.
- Change
#empty()
for#isEmpty()
.
- Testing in both Node.js and the browser.
- First version with
.DEFAULT_COMPARATOR()
,#deq()
,#empty()
,#enq()
,#peek()
, and#size()
.