Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.16 KB

File metadata and controls

51 lines (30 loc) · 2.16 KB

Change Log

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.89 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

3.0.0 (2024-06-21)

🛑 Breaking changes

  • update FuzzyPolygonOpts, internal refactoring (2bc65e7)
  • BREAKING CHANGE: update FuzzyPolygonOpts curve config
    • update/replace FuzzyPolygonOpts curve opts with full CubicOpts (from @thi.ng/geom-api)

🩹 Bug fixes

♻️ Refactoring

  • remove geom-api dep, update imports (3fa0dfc)

2.2.54 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

2.2.19 (2023-04-08)

♻️ Refactoring