- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. 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.
0.4.2 (2024-06-21)
- remove geom-api dep, update imports (9b6464d)
- enforce uniform naming convention of internal functions (56992b2)
0.4.0 (2024-05-08)
- add rdom-klist example project, update readmes (cd458ac)
- add rdom-klist example project, update readmes (531437f)
- support path & complexpoly sub-shapes in asSDF() (e924dc2)
- update internal polyline handling (f758425)
- add/update asSDF() impls for ComplexPoly & Path (3337a0e)
- update docs
0.3.0 (2024-01-23)
- update SDFAttribs/SDFModifiers (e1e51ff)
- extract/update SDFModifiers
- add min/max/clamp() mods
- add withSDFModifiers()
- update withSDFAttribs()
- add/update docstrings
0.2.81 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.2.69 (2023-09-25)
- internal __sdfAttribs handling (a86c25e)
0.2.0 (2022-06-23)
- add bounds pre-checks, update SDFAttribs, ops (ddf0a6e)
- update
SDFn
signature, add opt. min dist param - add
withBoundingCircle/Rect()
SDF wrappers - update shape fns (points2, polygon2, polyline2)
- update SDF combinators (union, isec, diff etc.)
- update
asSDF()
group impl - update
SDFAttribs
, allowround
&smooth
opts to be field based - add docstrings
- update
- major update: combinators, modifiers, shape support (4ffbc86)
- support more shapes (and conversions) in asSDF()
- update/extend SDFAttribs
- add new SDF combinators (chamfer, round, step)
- add higher order combinators defOp(), defParamOp()
- add support for combinator params to be spatial
- update asSDF() to support more shape types and auto-convert to poly/line
- add domain modifiers, update
sample2d()
to support domain mods - update various distance functions (incl. uniform arg order, minimize allocs)
- add docstrings
0.1.1 (2022-06-20)
- fix rect size handling (cc72bab)
0.1.0 (2022-06-20)
- import as new pkg (06dcca2)