All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow any number value for priority.
- README
- package.json
- allow passing a priority callback in constructor.
- split PriorityQueue into
MinPriorityQueue
&MaxPriorityQueue
to enable working with different type of priorities.
- jsdoc
.front()
,.back()
,.dequeue()
,.toArray()
now returns the priority with the element.
- README
- jsdoc
- use a Min Heap to store queue elements.