Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

65 lines (41 loc) · 2.45 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.2.0 (2024-08-10)

🚀 Features

  • add poisson-image example (87ec9e7)
    • update readmes
    • cc @nkint :)

3.1.89 (2024-06-21)

♻️ Refactoring

  • update geom deps, update imports (e22b92b)
  • minor internal updates (dcf2af4)
  • internal updates stratifiedGrid2/3() (063a913)
    • switch loop syntax
    • dedupe range checks

3.1.68 (2024-02-22)

♻️ Refactoring

  • update object destructuring in all pkgs & examples (f36aeb0)

3.1.43 (2023-11-09)

♻️ Refactoring

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

3.1.3 (2023-02-17)

🩹 Bug fixes

  • actually use squared distance in stratifiedGrid2/3 (59f20f5)
    • update separation default value

3.1.0 (2023-02-05)

🚀 Features

  • add scale option for stratifiedGrid2/3 (0f828a7)

3.0.0 (2022-12-22)

🛑 Breaking changes

  • update/fix/replace stratifiedGrid() (e84f920)
  • BREAKING CHANGE: replace stratifiedGrid() w/ new fns
    • add stratifiedGrid2/3() fns
    • update StratifiedGridOpts
    • remove old stratifiedGrid() fn