Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

44 lines (20 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2022-01-01)

Bug Fixes

  • remove dependency on nodejs lib "assert" (5f6e6f5)

2.0.1 (2022-01-01)

2.0.0 (2022-01-01)

⚠ BREAKING CHANGES

  • restructure code as an npm library

Features

  • restructure code as an npm library (f05d950)

Bug Fixes

  • calculated the wrong Hilbert value (5242914)

1.0.0 (2022-01-01)

⚠ BREAKING CHANGES

  • Rewritten project to be a drop-in solution for Hilbert packet R-trees. This release has revamped the code base, added inline-docs and improved TS typing. The deprecated T-tree demo is still available in the GH-pages branch.

Features

  • restructure code as an npm library (f05d950)

Bug Fixes

  • calculated wrong Hilbert value (5242914)