- Last updated: 2025-02-19T20:59:58Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
4.1.19 (2025-01-14)
- use optional chaining & nullish coalescing (c5a0a13)
4.1.0 (2024-08-10)
- add poisson-image example (87ec9e7)
- update readmes
- cc @nkint :)
4.0.0 (2024-06-21)
- migrate types from @thi.ng/geom-api (6882260)
- BREAKING CHANGE: migrate/internalize types from @thi.ng/geom-api
- add/migrate ISpatialMap, ISpatialSet, IRegionQuery
- update imports
- update deps
- minor internal update NdQtNode.doQuery() (b95ca8e)
- enforce uniform naming convention of internal functions (56992b2)
3.6.0 (2024-04-20)
- fix #463, add grid resolution check (8688ad5)
- update ASpatialGrid ctor to check for min res
- add/rename internal helpers
- update type usage (aab2250)
3.5.28 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
3.5.0 (2023-06-09)
- add AHashGrid.hasNeighborhood() (4378125)
- update HashGrid2/3 impls
3.4.0 (2023-04-25)
- add AHashGrid.get()/has() (e94af0f)
3.3.0 (2023-02-05)
- add AHashGrid and HashGrid2/3 impls (493358a)
3.2.0 (2022-05-02)
- add custom dist fn for NdQuadtreeMap/Set too (5fccbd3)
- minor refactor KdTreeMap dist fn handling