Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.09 KB

File metadata and controls

37 lines (23 loc) · 1.09 KB

[1.0.6-nullsafety] - 2020.04.04

  • Prepare for null-safety
  • Fix for #9 (The method 'returnHue' was called on null)

[1.0.5] - 2020.04.04

  • BREAKING CHANGE: Range + (addition) will no longer mutate the object but return new instance of the object (range is const now)
  • Added == and hashcode to color saturation, brightness and hue.

[1.0.4] - 2019.08.16

  • BREAKING CHANGE: Range + (addition) will no longer mutate the object but return new instance of the object (range is const now)
  • Added == and hashcode to color saturation, brightness and hue.

[1.0.3] - 2018.10.20

  • Update example app
  • Set debug value default to false

[1.0.2] - 2018.10.20

  • Update description

[1.0.1] - 2018.10.17

  • Remove test dependency
  • Add description
  • Add randomColors function that returns lost of random colors
  • Change named parameter from ColorHue.custom() to required unnamed parameter
  • Change named parameter from ColorSaturation.custom() to required unnamed parameter
  • Change named parameter from ColorBrightness.custom() to required unnamed parameter

[1.0.0] - TODO: 2018.10.17

  • Initial release