2021-08-05
- Upgrade to scala 3.0.1
- Upgrade to sbt 1.5.5
2021-03-01
- Fix luminance and contrast calculations
2021-02-24
- Add
Color.over
method to alpha-blend two colors
2021-02-24
- Add
Color.luminance
andColor.contrast
methods - Improve
Channel
builder method names - Remove deprecated
rgb
interpolator - Upgrade to scala 2.12.13 and 2.13.5
2021-02-17
- Cross-build with scala 3 (RC1) support (#1)
- Upgrade to sbt-houserules 0.3.4
- Upgrade to sbt-scalajs 1.5.0
- Upgrade to munit 0.7.21
- Upgrade to sbt 1.4.7
2020-12-21
- Rename
rgb
interpolator tohex
- Upgrade to scala 2.13.4
- Upgrade to munit 0.7.20
- Upgrade to sbt-houserules 0.3.2
- Upgrade to sbt-scalajs 1.3.1
- Upgrade to sbt 1.4.5
2020-10-19
- Add
Color.brighter
andColor.darker
methods - Upgrade to sbt-scalajs 1.3.0
2020-10-14
- Migrate test suite to munit
- Upgrade to sbt-houserules 0.3.0
- Upgrade to sbt 1.4.0
- Upgrade to scala 2.12.12
- Upgrade to scala 2.13.3
2020-03-28
- Upgrade to sbt-scalajs 1.0.1
- Upgrade to scala 2.12.11
- Upgrade to testf 0.1.4
- Upgrade to sbt-houserules 0.1.10
- Upgrade to sbt 1.3.8
- Disable test coverage while it'S incompatible to scalajs 1.0
2019-11-27
- Add
jwt.Color
conversion methods - Make alpha channel non optional
- Upgrade to scala 2.13.1
- Upgrade to scalajs 0.6.31
- Upgrade to sbt-houserule 0.1.4
- Upgrade to sbt 1.3.4
2019-11-07
- Change
Color.opaque
to set alpha channel to max, and instead addColor.dropAlpha
method as an alternative - Use
Byte
instead ofShort
for theChannel
representation
2019-11-06
- Initial release