Skip to content

Latest commit

 

History

History
62 lines (28 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

62 lines (28 loc) · 1.82 KB

Changelog

2.2.0 (2024-02-15)

Features

2.1.0 (2024-02-13)

Features

  • add compressTree to reduce tree size (c20c571)

Bug Fixes

2.0.0 (2024-02-08)

⚠ BREAKING CHANGES

  • treeSimilarity now only accepts Tree objects
  • createTree expects an object {x: [],y: []}

Code Refactoring

  • createTree expects an object {x: [],y: []} (ec9318f)
  • treeSimilarity now only accepts Tree objects (ec9318f)

Changelog

1.0.0 (2019-06-29)

chore

  • update dependencies and remove support for Node.js 6 (e8ad736)

BREAKING CHANGES

  • Node.js 6 is no longer supported.

0.1.0 (2017-08-10)

Bug Fixes

  • divide by number of children (eb7ce7e)

Performance Improvements

  • improve search on start (8edebc2)