Skip to content

Latest commit

 

History

History
116 lines (44 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

116 lines (44 loc) · 4.01 KB

1.0.1 (2023-02-03)

Bug Fixes

  • module should be commonjs (29d0d4c)

1.0.0 (2023-02-02)

Bug Fixes

  • use any for replace node type (373eae2)

Features

  • implement replace and remove nodes (451ea47)
  • remove traversal function from class, use single class for tree nodes (f587b37)

0.6.0 (2023-01-30)

Bug Fixes

  • exports: remove exports and update target (1a9622f)

0.5.0 (2023-01-25)

Bug Fixes

  • calculateCoordinates should be named export (db08d6d)
  • package json exports (d63c967)

0.4.2 (2022-08-26)

Bug Fixes

Features

  • support variable spacingTop & spacingBottom for each node in Ploeg's algorithm (de358fa)
  • support variable spacingY for each node in Ploeg's algorithm (ef08c22)

0.4.1 (2022-08-04)

0.4.0 (2022-08-04)

Features

  • refactor data attribute on nodes (a1752c9)

0.3.0 (2022-08-03)

Bug Fixes

  • default node arguments to null (a2a7c19)

Features

  • add exports for node.js (ad90769)
  • implement non-layered tree algorithm described by Atze van der Ploeg (7ca1cc8)
  • improve type inference (8251bc5)

0.2.0 (2022-06-14)

Features

  • improve typescript generic implementation (a5ffa5f), closes #1
  • support generic data value for MAryTreeValuePositioned (50577ad)
  • support passing tree as value to insert (ef3014e)

0.1.1 (2022-03-21)

Bug Fixes

  • include src dir in npm package so sourcemaps will resolve (bc46e8e)

0.1.0 (2022-03-20)

Features

  • create m-ary-tree package (d059aa8)