- 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.3.61 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
0.3.35 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.3.0 (2023-04-08)
- add TraceOpts.max (3b39d61)
- update TraceOpts.select() (01b9e49)
- add point coords as 2nd select() arg
- update extractSegmentX/Y() (274f71d)
- update result to include unmatched points
- update tests
0.2.0 (2023-03-25)
- add pointcloud line extractions (d65a9ae)
- add extractSegmentsX/Y() functions
0.1.0 (2022-12-29)
- import as new pkg (20e6849)
- add support for custom trace orders (c4c35f4)
- update TraceBitmapOpts, add TraceDirImpl
- update traceBitmap() to support custom dirs
- export border fns for better reuse w/ custom impls
- update tests
- update/fix border handling, add
last
option (5c429c1) - update TraceDir, separate diagonals (cdbdae5)
- update TraceDir (add
d1
&d2
) - update traceBitmap()
- add doc strings
- update TraceDir (add