- 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.6.2 (2024-06-21)
- internal updates to use new geom types (d75b4df)
- remove geom-api dep, update imports (da2b13b)
- dedupe handling of interleaved draw commands (c387d86)
0.6.0 (2024-05-08)
- add complex polygon support for asAxiDraw() (#464) (756c781)
- add rdom-klist example project, update readmes (cd458ac)
- add rdom-klist example project, update readmes (531437f)
0.5.87 (2024-04-20)
- update type usage (c104159)
0.5.68 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
0.5.40 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.5.0 (2023-03-22)
- add support for new draw commands (e5e994c)
- update asGeometry() to handle new move commands
0.4.0 (2023-03-19)
- add InterleaveOpts for point clouds (78012a0)
- add InterleaveOpts & docs
- update AxiDrawAttribs
- update point cloud processing to support command sequence interleaving
- add interleave opts support for shape groups (57783ff)
- update asAxiDraw() impl for shape groups
0.3.0 (2023-01-10)
- add asGeometry() command visualization (78199ba)
- update group attrib handling (7f5d9a3)
- ensure
__samples
attrib is being properly merged
- ensure
0.2.0 (2022-12-29)
- add shapesByNearestNeighbor() (0059766)
- add skip attrib (4675151)
- update group & points conversion fns
- update deps
- update pointsByNearestNeighbor() (8a171e0)
- lift
accel
spatial index impl as arg - update doc strings
- lift
0.1.0 (2022-12-10)
- import as new pkg (87e4945)
- add shape/point ordering support (58b3b5d)
- add Point/ShapeOrdering types
- add pointsByProximity()/shapesByProximity() HOF ordering fns
- add AxiDrawAttribs.sort attrib
- add/update doc strings
- update deps
- add/update AsAxiDrawOpts (24f8abe)
- update points & polyline handling
- add pointsByNearestNeighbor() ordering (d1ebd21)
- use pointsByNearestNeighbor() as default for point clouds
- new method is 25%-30% faster than pointsByProximity()
- update PointOrdering/ShapeOrdering return types
- update doc strings
- update deps
- use pointsByNearestNeighbor() as default for point clouds
- internal restructure, add docs (443c12c)