Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.87 KB

Change Log

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.0 (2023-04-08)

🚀 Features

  • 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)

🚀 Features

  • add pointcloud line extractions (d65a9ae)
    • add extractSegmentsX/Y() functions

0.1.0 (2022-12-29)

🚀 Features

  • 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