priorityqueuejs
Version:
a simple priority queue data structure
35 lines (23 loc) • 797 B
Markdown
2.0.0 / 2020-05-07
==================
* Stop supporting component and browser builds.
1.0.0 / 2015-02-23
==================
* Respect queue behavior when elements have the same priority, thank you
@xgbuils.
* Fixes default comparator to also work with `Number` objects.
0.2.0 / 2014-02-06
==================
* 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.
0.1.0 / 2013-03-03
==================
* Change `#empty()` for `#isEmpty()`.
0.0.2 / 2013-03-02
==================
* Testing in both Node.js and the browser.
0.0.1 / 2013-03-01
==================
* First version with `.DEFAULT_COMPARATOR()`, `#deq()`, `#empty()`, `#enq()`,
`#peek()`, and `#size()`.