All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.9.3 (2023-08-01)
1.9.2 (2023-08-01)
1.9.1 (2023-06-26)
1.9.0 (2023-06-26)
- BinaryHeap: ✨ iterator function added to make iteration possible (000f802)
- Docs: new docs page added (5b83950)
- PriorityQueue: ✨ PriorityQueue added (765eb1e)
- linter: 🐛 linter error fixed (13978ba)
1.8.0 (2022-12-08)
- AbstractCollection: abstract collection added to make extend out of it (979f452)
- AbstractCollection: all collections are extending AbstractCollection now (8fa4000)
- automatic prepare docs and deno folder and commit them (2594842)
- BinaryHeap: ✨ BinaryHeap added into datastructures (1868f3c)
- Collection: abstract collection added (2b36dc1)
- scripts: 🔥 automatic readme generator improved (4619e1b)
- scripts:parse-TSDocs: custom @constructor block parser added (5484c6c)
- scripts: use ts-node to run scripts (3ddefe5)
- website: new website doc created (0aead07)
- eddit path to right location (e30277c)
- Linter: fix linter errors (8579f33)
- lint: fix linter errors (3a26f68)
- lint: linter error fixed (e167091)
- scripts:parse-TSDocs: added end of line after rendering overloads (a1ca608)
- scripts:parse-TSDocs: correct location of logo image added (0b42ad0)
- scripts:parse-TSDocs: remove returns type when it is void (dadde2b)
- scripts:parse-TSDocs: wront tabel of content link fixed (2979c1c)
1.7.3 (2022-08-21)
1.7.2 (2022-08-20)
1.7.1 (2022-08-20)
1.7.0 (2022-08-20)
1.6.0 (2022-08-20)
- tsDocs-parser: 🔥 tsdocs parser added to translate tsdocs to .md and .json (5f83220)
- tsDocs-parser: create table in md for ocerloades (d2b10e1)
- lint: linting errors fixed (7cfa7d0)
- tsDocs-parser: missing returns section of methods renderer added (980adb9)
1.5.1 (2022-04-20)
- LinkedList: update this.last after remove last element (9614ceb)
1.5.0 (2022-04-07)
1.4.0 (2022-04-04)
- Stack: stack object with its doc added (dff6550)
1.3.0 (2022-04-03)
- LinkedList: delete a node, clear, deleteFirst, includes, length, iterator added and delete value, insertAfter edited (6677507)
1.2.1 (2022-03-29)
1.2.0 (2022-03-29)
- documentation added (b2094ee)
- LinkedList: LinkedList data structure added (3f473a7)