Skip to content

Releases: KhaledMohamedP/BinaryHeap

v2.1.0

02 Nov 19:01
a6cfd70
Compare
Choose a tag to compare

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

01 Oct 11:49
Compare
Choose a tag to compare

<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

01 Oct 11:23
Compare
Choose a tag to compare

<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

  • Fixed one of the example in the README file

    (5b1829ab)

v1.0.0

01 Oct 00:31
Compare
Choose a tag to compare

<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

30 Sep 23:54
Compare
Choose a tag to compare

<a name"0.0.4">

0.0.4 (2015-09-30)

Bug Fixes