Releases: blazingworks/coloren
Releases · blazingworks/coloren
Release 0.2.0
⚠️ Breaking Changes introduced
- Changed methods on
Coloren
class- Functions in the format
.<verb><noun>()
, so for example.setRed()
,.increaseLightness()
, orspinHue()
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.
- Functions in the format
Jenkins: Build #6
Release 0.1.1
- Replaced implicit types using
var
for compatibility reasons
Jenkins: Build #4
Release 0.1.0
Initial release of Coloren, featuring the following:
RGB
classHSL
classColoren
wrapper class
Jenkins: Build #2