Releases: KhaledMohamedP/BinaryHeap
Releases · KhaledMohamedP/BinaryHeap
v2.1.0
2.1.0 (2019-11-02)
Bug Fixes
- upgrade-deps: upgrading dependencies (f4735d9)
Features
- module name: change the module name in npm (142a4b2)
- module name: Changed the module name (e74b85a)
- Module name: Change the module name to allow other to use (271dce4)
v2.0.1
<a name"2.0.1">
2.0.1 (2015-10-01)
Bug Fixes
- package.json: Missed to include eslint to the package.js devdependencies (cb331835)
v2.0.0
<a name"2.0.0">
2.0.0 (2015-10-01)
Bug Fixes
- README: Mixed maxPQ with minPQ in the README file (5b1829ab)
Breaking Changes
v1.0.0
<a name"1.0.0">
1.0.0 (2015-10-01)
Features
- feature: new way of doing things (ce3ada9c)
- prototype:
Breaking Changes
-
.insert() is no longer returning the object inserted, it returns the scope in
which it was called
(06d12fee)
-
.insert() is no longer returning the object inserted, it returns the scope in which
it was called
(a194c41a)
v0.0.4
<a name"0.0.4">
0.0.4 (2015-09-30)
Bug Fixes