- Last updated: 2026-04-18T11:32:54Z
- 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.0.78 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
3.0.0 (2024-06-21)
- update/rewrite tessellate() & all tessellator impls (97f1f66)
- BREAKING CHANGE: update tessellate() & all tessellator implementations
Tessellators now collect/append results to aTessellationobject, consisting of a single point array and an array of face vertex IDs- add
tessellatedPoints()andindexedPoints()to produce face/point arrays from a resultTessellation - remove again
edgeSplitWithThreshold()&triFanSplitWithThreshold(), to be replaced with a more general alternative approach
- migrate types from @thi.ng/geom-api (72cff99)
- BREAKING CHANGE: migrate/internalize types from @thi.ng/geom-api
- add/migrate Tessellator, Tessellation
- update imports
- update deps
- add/update tessellation types & handling (c0fb454)
- BREAKING CHANGE: add
ITessellationinterface & impls, update tessellators &tessellate()- rename/expand
Tessellation=>ITessellation - add
BasicTessellationclass - add
MeshTessellationclass - update
Tessellatorsignature/return type, now returning list of new faces only - update all existing tessellators
- add
tessellateWith() - rename
tessellateQueue()=>tessellateFaces() - update
tessellate(), now only syntax sugar fortessellateWith()
- rename/expand
- update
Tessellatorsignature (c2ec98b) - BREAKING CHANGE: update
Tessellatorsignature, add array arg for collecting tessellated faces- update
tessellateFaces()to avoid concatenating - update all tessellators
- update
- add edgeSplitWithThreshold() tessellator (91480c7)
- add docstrings
- add triFanSplit/triFanSplitWithThreshold() tessellators (417123c)
- add doc strings
- initial integration of earCutComplex (307cb3d)
- add triFanBoundary() tessellator (a8fc397)
- update/simplify earCutComplex() internals, add docs (0b479eb)
- enforce uniform naming convention of internal functions (56992b2)
- minor updates earCutComplex() (a2d5ec4)
2.1.87 (2023-11-09)
- update all tests (packages A-S) (e3085e4)