Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 2.49 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-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.0 (2024-06-21)

🛑 Breaking changes

  • migrate types from @thi.ng/geom-api (2a61784)
  • BREAKING CHANGE: migrate/internalize types from @thi.ng/geom-api
    • add/migrate SamplingOpts, DEFAULT_SAMPLES, setDefaultSamples()
    • update imports
    • update deps

2.3.50 (2024-04-20)

♻️ Refactoring

2.3.43 (2024-03-21)

♻️ Refactoring

2.3.8 (2023-11-09)

♻️ Refactoring

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

2.3.0 (2023-10-12)

🚀 Features

  • add Sampler.extractRange() (f3b0fbc)

2.2.0 (2023-01-10)

🚀 Features

2.1.38 (2022-12-10)

🩹 Bug fixes

  • avoid unnecessary resampling (f2b0ef2)
    • update resample(), check if given opts are actually usable if not, just use orig points (or copies)