Skip to content

v0.2.0 — adopts kadr 1.0

Choose a tag to compare

@SteliyanH SteliyanH released this 28 Aug 11:22
· 23 commits to main since this release
6ef64a6

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 with from: 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.