Skip to content

Releases: khaledosama999/binary-heap.js

v3.3.0

09 Mar 19:30
Compare
Choose a tag to compare

3.3.0 (2021-03-09)

Documentation Changes
  • heap: update jsdocs for public methods (5b61e765)

v3.2.2

09 Mar 17:01
Compare
Choose a tag to compare

3.2.2 (2021-03-09)

Chores

v3.2.1

09 Mar 16:00
Compare
Choose a tag to compare

3.2.1 (2021-03-09)

Bug Fixes
  • bundling: update source in package.json (94b034d5)

v3.2.0

09 Mar 15:49
Compare
Choose a tag to compare

3.2.0 (2021-03-09)

Chores
  • bundling: use rollup to allow usage of package in node and the browser (4849d13e)

v3.1.1

05 Mar 15:48
Compare
Choose a tag to compare

3.1.1 (2021-03-05)

Documentation Changes
  • heap: update docs to include is empty method (bdef93d7)
New Features
  • heap: add is empty method to check if the heap is empty or not (53050004)
Tests
  • heap: add tests for is empty methods (6f12d61b)

v3.0.0

01 Mar 19:38
Compare
Choose a tag to compare

3.0.0 (2021-03-01)

Documentation Changes
  • readme.md:
    • update the README.md to accmodate the new constructor (db3503b0)
    • update usage section and add methods section (beb5a867)
New Features
  • heap: clean the constructor and remove insert data (14178143)
Refactors
  • tests: update the tests to accomdate the new constructor (359ef7da)

v2.0.0

28 Feb 20:11
Compare
Choose a tag to compare

2.0.0 (2021-02-28)

Chores
  • package: remove the push to git which fails (b181dfaa)
Documentation Changes
  • readme.md: update the usage docs to use the two subclasses (53c9ee35)
New Features
  • binary heap: split the class into two sub classes (e0354a4e)
Tests
  • heap: update tests to use the subclasses (b5aac248)

v1.2.0

28 Feb 06:51
Compare
Choose a tag to compare

1.2.0 (2021-02-28)

Chores
  • update package json (b4bf514c)
  • repo: change repo name on github and package url (3bc09828)
New Features
Tests

v1.1.0

25 Feb 15:30
Compare
Choose a tag to compare

1.1.0 (2021-02-25)

Chores
  • publish and npm: run build before publishing and add repo url (4cc37dbd)
  • package: change package name (606a1041)
  • github workflow: rename workflow (f7c28292)
  • remove unecessary files (b71bc84b)
  • changelog: add auto log generator (57fc1eb6)
Continuous Integration
  • github workflow: add work flow for publishing (94e82059)
  • husky and commitizen: add husky and commitizen for commit hooks (eb5df8ce)
Documentation Changes
New Features
  • heap: added the first implmentation (8ff2045c)
Bug Fixes
  • github workflow: fix publish work flow (d79142b1)
Tests
  • test: add test for complex objects (790d45be)

v1.0.0.0

24 Feb 19:30
Compare
Choose a tag to compare

1.0.0 (2021-02-24)

Chores
  • remove unecessary files (b71bc84)
  • changelog: add auto log generator (57fc1eb)
Continuous Integration
  • github workflow: add work flow for publishing (94e8205)
  • husky and commitizen: add husky and commitizen for commit hooks (eb5df8c)
New Features
  • heap: added the first implmentation (8ff2045)