Skip to content

Latest commit

 

History

History
102 lines (66 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

102 lines (66 loc) · 1.76 KB

Changelog

0.4.3

2021-08-05

  • Upgrade to scala 3.0.1
  • Upgrade to sbt 1.5.5

0.4.2

2021-03-01

  • Fix luminance and contrast calculations

0.4.1

2021-02-24

  • Add Color.over method to alpha-blend two colors

0.4.0

2021-02-24

  • Add Color.luminance and Color.contrast methods
  • Improve Channel builder method names
  • Remove deprecated rgb interpolator
  • Upgrade to scala 2.12.13 and 2.13.5

0.3.1

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

0.3.0

2020-12-21

  • Rename rgb interpolator to hex
  • 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

0.2.3

2020-10-19

  • Add Color.brighter and Color.darker methods
  • Upgrade to sbt-scalajs 1.3.0

0.2.2

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

0.2.1

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

0.2.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

0.1.1

2019-11-07

  • Change Color.opaque to set alpha channel to max, and instead add Color.dropAlpha method as an alternative
  • Use Byte instead of Short for the Channel representation

0.1.0

2019-11-06

  • Initial release