Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.39 KB

File metadata and controls

52 lines (32 loc) · 2.39 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.

2.0.24 (2025-12-03)

♻️ Refactoring

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

2.0.8 (2025-07-30)

♻️ Refactoring

  • update arg types (80826ff)
    • use NumericArray => ReadonlyVec

2.0.0 (2025-06-24)

🛑 Breaking changes

  • update dominantColors() (9cf7a48)
  • BREAKING CHANGE: rename dominantColors() => dominantColorsKmeans(), remove dominantColorsArray()
    • merge dominantColors() & dominantColorsArray() => dominantColorsKmeans()
    • add DominantColor result type
    • add filterSamples helper

🚀 Features

  • add dominantColorsMeanCut()/dominantColorsMedianCut() (2ab48c7)

1.1.2 (2024-07-25)

♻️ Refactoring

  • add/extract dominantColorsArray() (4aea78e)

1.1.0 (2024-07-22)

🚀 Features