-
0.4.0 protectede174312a · ·
ARGB reorganization, improvements to score, quantize and blend, Kotlin Native support ### Colors - Reorganize ARGB colors to the 'argb' package (!11) - Create ArgbArray (!11) - Replace Argb.fromRgb by a constructor (!11) - Improve typesafety in the 'score' package (!11) - Improve typesafety in the 'quantize' package (!11) - Reorganize the 'blend' package (!12) ### Build and deployment - Support all Kotlin Native tier 1 and tier 2 targets (#11, !9) - Generate the API documentation and publish it to javadoc.io (!9) ### Dependencies - Kotlin 2.0.20 (!10)
-
0.3.0 protected058f5468 · ·
Further code simplification ### Colors - Replace DislikeAnalizer by top-level functions (#7, !6) - Rewrite DynamicScheme as an interface (#8, !6) - Rename Color to Argb (!6) - Delete ColorPalettes (!6) - TonalPalette is now immutable (!6)
-
0.2.0 protected2f795f9c · ·
Towards idiomatic Kotlin usage ### Colors - Replaced math utilities by top-level functions (#4, !4) - Fix CCE on linuxX64 (!5) - Added Hct.toString, Hct.equals, Hct.hashCode (!5) - Made Hct immutable (!5) - Simplified TemperatureCache's implementation (#5, !5)
-
0.1.0 protected06b4d569 · ·
Port the Java code to Kotlin ### Colors - Port all packages (#2, !2) - Rewrite the color utilities to a value class (#3, !3)