- Last updated: 2026-04-18T11:32:55Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-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.
3.1.8 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
3.1.0 (2025-10-24)
- add
offsetConvex()(195ae11)
3.0.41 (2025-04-16)
- minor internal optimizations (vector ops) (c5ff1ae)
3.0.0 (2024-06-21)
- migrate types from @thi.ng/geom-api (0776820)
- BREAKING CHANGE: migrate/internalize types from @thi.ng/geom-api
- add/migrate Convexity
- update imports
- update deps
- add convolveClosed/Open() functions, incl. kernels (4e1d53f)
- add convolveClosed() & convolveOpen()
- add convolution kernel factories:
- KERNEL_BOX()
- KERNEL_TRIANGLE()
- KERNEL_GAUSSIAN()
- rewrite bounds2() / bounds3() (00953e3)
- use scalars vs. vector ops
- add optional args to only process a subset of given points
2.4.0 (2024-05-08)
- add complexCenterOfWeight2() (9b38f31)
2.3.112 (2024-04-20)
- update type usage (7f59e91)
2.3.70 (2023-11-09)
- update all tests (packages A-S) (e3085e4)