- Last updated: 2026-04-18T11:32:55Z
- Generator: thi.ng/monopub
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)
- update for-loops (use const where possible) (5ceaf1a)
2.0.8 (2025-07-30)
- update arg types (80826ff)
- use
NumericArray=>ReadonlyVec
- use
2.0.0 (2025-06-24)
- update dominantColors() (9cf7a48)
- BREAKING CHANGE: rename
dominantColors()=>dominantColorsKmeans(), removedominantColorsArray()- merge
dominantColors()&dominantColorsArray()=>dominantColorsKmeans() - add
DominantColorresult type - add filterSamples helper
- merge
- add dominantColorsMeanCut()/dominantColorsMedianCut() (2ab48c7)
1.1.2 (2024-07-25)
- add/extract
dominantColorsArray()(4aea78e)
1.1.0 (2024-07-22)
- import as new pkg (#486) (a4174f5)
- migrate
dominantColors()from @thi.ng/pixel pkg
- migrate