1.3.2 (2024-02-19)
- resolve error when using WebWorker in Next.js app (33ad204)
1.3.1 (2024-02-09)
- export NamedSwatch to allow it to be used from outside of library (d4f65f2)
1.3.0 (2024-02-09)
- add most similar color name to extracted swatches (afaf1e3)
- implement Cache using Least Frequently Used (LFU) cache algorithm (c243efa)
- integrate LFUCache for faster color name lookup (d80abff)
1.3.0 (2024-02-09)
- add most similar color name to extracted swatches (afaf1e3)
- implement Cache using Least Frequently Used (LFU) cache algorithm (c243efa)
- integrate LFUCache for faster color name lookup (d80abff)
1.2.0 (2024-01-14)
- change default Theme from undefined to 'basic' and refactor ThemeStrategy implementation (1a42357)
- correct conditions for 'if' keyword in .github/workflows/build.yml (12a24d6)
1.1.0 (2023-12-27)
- improve swatch selection algorithm by pre-filtering candidates based on theme (c46e614)
- improve swatch selection algorithm by revising coefficients to avoid selecting the same color (2e9ff81)
1.0.1 (2023-12-22)
- resolve errors in non-browser enviroments that does not supports DOM elements (a9fd4fd)
- change to actions/create-github-app-token from tibdex/github-app-token (79ad832)
- An official release of the library.