Skip to content

Releases: ryangjchandler/color

v1.1.0

19 Mar 10:06
9db4723
Compare
Choose a tag to compare

Added

  • Added new Color::is method as an alias of equals.

v1.0.0

16 Mar 20:34
faf158f
Compare
Choose a tag to compare
  • Tagging stable release.

v0.1.0

08 Feb 16:14
fddc7ac
Compare
Choose a tag to compare

Added

  • Added support for HSL. (#15)

v0.0.7

28 Jan 14:53
4c8db10
Compare
Choose a tag to compare

Added

  • Added support for calculating relative luminance and contrast ratio. (#14)

v0.0.6

27 Jan 15:00
84bb3b4
Compare
Choose a tag to compare

Added

  • Added support for converting from and to 8-long hex values. (#13)

v0.0.5

25 Jan 09:52
9044ad0
Compare
Choose a tag to compare

Added

  • Added support for checking the equality of colors. (#11)

v0.0.4

22 Jan 14:53
01eaf04
Compare
Choose a tag to compare

Added

  • Added support for alpha-channels in RGBA values. (#8)

This does not hex support 8-digit hex values and will not transform into an 8-digit hex value. This is planned for a future release.

  • Added clamping for RGB values to ensure they are not out of correct range. (#7)

v0.0.3

22 Jan 13:19
14bf4b0
Compare
Choose a tag to compare

Added

  • Added missing return types for functions. (#5).
  • Added support for short-hand / abbreviated hex colors. (#6)

v0.0.2

22 Jan 11:08
75f4768
Compare
Choose a tag to compare

Fixed

  • Fixed missing license information. (#4)

v0.0.1

21 Jan 19:35
Compare
Choose a tag to compare

Added

  • Initial release. 馃帀