Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 6.81 KB

Changelog

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)

Features

  • BinaryHeap: ✨ iterator function added to make iteration possible (000f802)
  • Docs: new docs page added (5b83950)
  • PriorityQueue: ✨ PriorityQueue added (765eb1e)

Bug Fixes

  • linter: 🐛 linter error fixed (13978ba)

1.8.0 (2022-12-08)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 🔥 deno files added (96bc41e)
  • scripts: deno make script added (7e39185)

1.6.0 (2022-08-20)

Features

  • tsDocs-parser: 🔥 tsdocs parser added to translate tsdocs to .md and .json (5f83220)
  • tsDocs-parser: create table in md for ocerloades (d2b10e1)

Bug Fixes

  • lint: linting errors fixed (7cfa7d0)
  • tsDocs-parser: missing returns section of methods renderer added (980adb9)

1.5.1 (2022-04-20)

Bug Fixes

  • LinkedList: update this.last after remove last element (9614ceb)

1.5.0 (2022-04-07)

Features

  • Queue: queue doc build (627c8e6)
  • Queue: Queue object added (d212032)

1.4.0 (2022-04-04)

Features

  • Stack: stack object with its doc added (dff6550)

1.3.0 (2022-04-03)

Features

  • 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)

Features

1.1.0 (2022-03-27)

Features

  • LinkedList: LinkedList data structure added (3f473a7)