Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 891 Bytes

Changelog

2.0.0

  • Add null-safety

1.0.1

  • Support for dart 2.0.0 SDK

1.0.0

  • Change self-enum color components with Dart builtin enums
  • Remove unused enum items (RGB, RGBA, HEX)
  • Move color components from package:fff/parser.dart to package:fff/color.dart
  • Restored tests to work with the new Dart library
  • Added the ability to specify a pattern when translating a color into a string

0.0.3

  • Added method toList for the Color object
  • Update docs for constants in presets library
  • Added method toMap for the Color object

0.0.2+1

  • Remove excess annotations types
  • Fix changelog version

0.0.2

  • Simple Color constructor was changed to constant constructor
  • Drew parse method in a separate factory ColorParse
  • Add 275 preset Material design
  • Add more tests

0.0.1

  • Implements Color class