Skip to content

Releases: blazingworks/coloren

Release 0.2.0

10 Dec 17:06
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

⚠️ Breaking Changes introduced

  • Changed methods on Coloren class
    • Functions in the format .<verb><noun>(), so for example .setRed(), .increaseLightness(), or spinHue() now return void and change the instance they were run on.
    • Functions in the format .<verb/noun>(), so for example .red(), .lighten() or .spin() now return a new Coloren instance with the changes and leave the original one untouched.

Jenkins: Build #6

Release 0.1.1

10 Dec 16:50
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release
  • Replaced implicit types using var for compatibility reasons

Jenkins: Build #4

Release 0.1.0

10 Dec 14:37
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Initial release of Coloren, featuring the following:

  • RGBclass
  • HSL class
  • Coloren wrapper class

Jenkins: Build #2