Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 1.49 KB

0.1.0-beta.2 (2022-10-25)

Features

  • Queue: add size empty toArray enqueue dequeue (d9c4a54)

0.1.0-beta.1 (2022-10-21)

Bug Fixes

  • LinkedList: strict type (147cee7)

Features

  • LinkedList: support remove node via index (7ad23b1)
  • Stack: stack size empty push pop peek toArray (c3b1ea3)

0.1.0-beta.0 (2022-10-19)

Features

  • dori init (58c5519)
  • LinkedList: add find (626db0d)
  • LinkedList: add prepend,append,insert,toArray,size,head,tail (15337b2)
  • LinkedList: add remove (a50c9d6)
  • LinkedList: add reverse (b0b8536)