Skip to content

v2.1.0

Compare
Choose a tag to compare
@calvintam236 calvintam236 released this 20 Jun 08:43
· 4 commits to master since this release
83ad702

Changed

  • Rename constructors and methods per Dart & Flutter naming conventions at PR #41
  • HslColor class is now deprecated in favor of native HSLColor at PR #18
  • Deprecated TinyColor.fromRGB() at PR #40
  • Refactor and improve tests at PR #57
  • Update extension codes to remove usage of deprecated methods and add new methods at PR #59

Fixed

  • Not validating range of parameters at PR #55
  • Split up test for parameterized tests at PR #58
  • Most setters should update internal color value and return this at PR #42