v0.2.0 — adopts kadr 1.0
Adopts kadr 1.0, and takes the API kadr 1.0 shipped because this package asked for it.
ChromaKey round-trips through its own properties
ChromaKey exposed color as ColorComponents but only initialised from a PlatformColor, so it could not be rebuilt from its own public surface — this package had to detour through PlatformColor, which is lossy on macOS for anything outside sRGB. kadr 1.0 added ChromaKey(color:threshold:); decoding now goes straight through the components, and the open question is struck from the ROADMAP.
Changed
- kadr floor raised to
1.0.0, pinned withfrom:rather than.upToNextMinor. Pre-1.0 this package accepted exactly one kadr minor, so an app using both had to match it exactly.
60 tests pass.