Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 65e302b

Browse files
🔖 chore(release): 2.0.0
# [2.0.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.18.0...2.0.0) (2020年09月08日) ### Features * **book/pq:** add exercise with pq and dijkstra ([3a2a24f](amejiarosario@3a2a24f)) * **heap:** add error handling for heaps ([827177f](amejiarosario@827177f)) * **pq:** improves docs and usability of priority queues ([edf8808](amejiarosario@edf8808)) ### BREAKING CHANGES * **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size
1 parent c211644 commit 65e302b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

‎CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/amejiarosario/dsa.js/compare/1.18.0...2.0.0) (2020年09月08日)
2+
3+
4+
### Features
5+
6+
* **book/pq:** add exercise with pq and dijkstra ([3a2a24f](https://github.com/amejiarosario/dsa.js/commit/3a2a24ffae2af5e5e348c237195f7a39717ae617))
7+
* **heap:** add error handling for heaps ([827177f](https://github.com/amejiarosario/dsa.js/commit/827177f6023f639db0c2cc267dceb0a27746038a))
8+
* **pq:** improves docs and usability of priority queues ([edf8808](https://github.com/amejiarosario/dsa.js/commit/edf8808970d57aaf397958d2cab1a6cc2e029d26))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size
14+
115
# [1.18.0](https://github.com/amejiarosario/dsa.js/compare/1.17.0...1.18.0) (2020年09月07日)
216

317

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "1.18.0",
3+
"version": "2.0.0",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /