Skip to content

Releases: linebender/color

v0.2.2

03 Jan 10:03
1cd730b
Compare
Choose a tag to compare

Crates.io | Docs

This release has an MSRV of 1.82.

Fixed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Dec 04:45
84232b9
Compare
Choose a tag to compare

Crates.io | Docs

This release has an MSRV of 1.82.

Added

  • Add FromStr impl for AlphaColor, DynamicColor, OpaqueColor, PremulColor. (#111 by @waywardmonkeys)

Changed

  • Don't enable serde's std feature when enabling our std feature. (#108 by @waywardmonkeys)
  • From<Rgba8> for PremulColor is deprecated and replaced by From<PremulRgba8>. (#113 by @waywardmonkeys)

Fixed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Dec 21:26
e7ee2d9
Compare
Choose a tag to compare

Crates.io | Docs

This release has an MSRV of 1.82.

Added

Changed

Fixed

  • Stray parenthesis in hex serialization of Rgba8 fixed. (#78 by @raphlinus)

New Contributors

Full Changelog: v0.1.0...v0.2.0

Color 0.1.0

21 Nov 17:03
ee05aee
Compare
Choose a tag to compare

We are proud to announce that we have released v0.1.0 of Color!

The Color library provides functionality for representing, converting, parsing, serializing, and manipulating colors in a variety of color spaces. It closely follows the CSS Color Level 4 draft spec.