Skip to content

Latest commit

 

History

History
155 lines (80 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

155 lines (80 loc) · 6.19 KB

2.0.5 (2024-10-09)

Bug Fixes

  • Missing checkout step in audit job (aebcf14)

2.0.4 (2024-09-19)

Bug Fixes

2.0.3 (2024-09-19)

Bug Fixes

  • Publish typings changes from previous commit (9381577)

2.0.2 (2024-09-18)

Bug Fixes

  • Add missing Points type export (65909f2)

2.0.1 (2024-09-18)

Bug Fixes

  • Add back missing export (b1bc912)

2.0.0 (2024-09-18)

⚠ BREAKING CHANGES

  • Major changes to the API

Miscellaneous Chores

  • Force major version bump (004e313)

1.9.0 (2024-09-18)

⚠ BREAKING CHANGES

  • Major API changes

Features

  • Reduce API in favour of warp-grid (d86cfb6)

Bug Fixes

1.8.3 (2024-08-05)

⚠ BREAKING CHANGES

  • CHANGE
  • CHANGE

Bug Fixes

  • Switch ts module type for single-file type export (e48c928)

Miscellaneous Chores

  • Externalisation of modules (80f4c26)

1.8.2 (2024-08-01)

Bug Fixes

  • Remove second suffix from mjs exports (7b4b484)

1.8.1 (2024-08-01)

Bug Fixes

1.8.0 (2024-08-01)

Features

1.7.1 (2024-08-01)

Bug Fixes

1.7.0 (2024-08-01)

Features

  • Add dependencies to README (eda3fc9)

1.6.0 (2024-08-01)

Features

Bug Fixes

1.5.0 (2024-07-30)

Features

1.4.0 (2024-07-29)

Features

Bug Fixes

  • Clamp t-value for fractional rounding edgecase (8208dc5)

Performance Improvements

  • Fix unecessary lut generation with memoization (b39110b)

1.3.0 (2024-07-28)

Features

  • Add support for straight-line strategy (00de81f)
  • Expose precsion as config (d19291d)

1.2.3 (2024-07-27)

Performance Improvements

1.2.2 (2024-07-27)

Bug Fixes

  • Ensure package version is bumped (40a8ecd)

1.2.1 (2024-07-27)

Bug Fixes

  • Round point coordinates before validating proximity (9412509)