- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
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.
1.4.0 (2024-06-29)
- add filteredThemes() (58a9712)
- update asCSS/Int/LCH/RGB() args (9aa2f43)
- accept existing themes (array of colors) as arg (in addition to theme IDs)
1.3.0 (2024-06-21)
- add themeIDs() iterator (b86bb32)
1.2.30 (2024-02-06)
- update base64 handling (48918f1)
1.2.0 (2023-09-25)
- add opt arg to get theme in reverse order (4163fda)
1.1.0 (2023-04-25)
- add new themes, update swatch gen & binary (6b2405c)
1.0.2 (2023-02-17)
- update compFilter() for single arg (ea8dc86)
1.0.0 (2023-02-10)
- major restructuring/updates (410d99d)
- BREAKING CHANGE: entirely new pkg structure & API
- themes now stored in single flat byte array
- remove need for KSUID theme IDs
- add single theme accessors: asCSS()/asRGB()
- add multi theme iterators: cssThemes()/rgbThemes()
- add new /tools/encode.ts to generate /src/binary.ts
- update swatch/table generator
- update dependencies
- update readme
- regenerate & rename assets (swatch files)
- add 18 new themes (d9ea6dd)
- add LCH support, update iterators (8f1bf32)
- add asLCH(), lchThemes()
- return typed colors for theme getters (SRGB/LCH)
- update all theme iterators to accept filter predicates or indices
- add theme filter predicates (e8e7a23)
- add defFilter(), compFilter()
- add hue(), chroma(), luma() filters
- add proximityRGB/LCH() filters
- add packed ARGB int format support (73a3d8e)
- add/update types
- add asInt(), intThemes()
- update deps
0.9.0 (2022-08-23)
- add new themes, update swatch tool (1051b7e)
- update swatch gen to emit 3-column tables