All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Pinterest color palette - 53.
- Huge refactoring - 57
- Drop support for the Material Design colors; use them via eo_color.
- Drop support for the Palette and Swatch interfaces, as well as for the
PaletteRGB and SwtchBase abstract classes; from now on, theses classes are
provided by the eo_color package.
- Use the eo_color color package as a
base framework.
- Googleish color palette as the project logo.
- adhere to PDD (Puzzle Driven Development)
- all rultor urls to https in this changelog.
- Readme rultor's badge url.
- read-only master branch with rultor.
- automate releasing with rultor.
- Flutter dependency in pubspec
- rename PurplishDeep test file to purplish_deep_test.dart.
[0.2.5] - 2021-04-23 #
- Color Swatches: Yellowish, Amberish, Purplish, PurplishDeep.
[0.2.4] - 2021-04-23 #
- Color Swatches: Greenish, GreenishLight, Limish, Tealish.
[0.2.3] - 2021-04-22 #
- Color Swatches: Reddish, Pinkish, Orangish, OrangishDeep.
[0.2.2] - 2021-04-21 #
- Color Swatches: Bluish, BluishLight, Cyanish, Indigoish.
[0.2.1] - 2021-04-21 #
- Color Swatches: Greyish, BluishGrey, Brownish.
- SwatchBase abstract class that eases the creation of Swatch color classes.
- The return type of the Swatch interface 'color' property changed from
List<Color>
to Iterable<Color>
.
[0.1.13] - 2021-04-19 #
- Color palettes: Ibm, Oracle, Uber.
- Release date of version 0.1.12 in changelog.
- Punctuation in doc comments.
[0.1.12] - 2021-04-17 #
- Color palettes: FedEx, Messenger, Netflix, Reddit, Swift.
- PaletteRGB class convenience constructors 'black' and 'white'.
- Less verbose and more concise changelog content.
[0.1.10] - 2021-04-15 #
- Color classes: Black, White, Transparent.
[0.1.9+1] - 2021-04-14 #
- Whatsapp and PaletteRGB missing unit test constructor case.
[0.1.9] - 2021-04-14 #
- Color classes: DeepPurple, DeepPurpleAccent, Purple, PurpleAccent.
- Too long package description (pub dev's analysis tool complained about it).
- Improve documentation (README and doc comments of several classes).
[0.1.8] - 2021-04-14 #
- Color classes: Cyan, CyanAccent, Indigo, IndigoAccent, LightBlue, LightBlueAccent.
[0.1.7] - 2021-04-13 #
- Color palettes: American Express, Mastercard, PayPal, Visa.
[0.1.6] - 2021-04-13 #
- Color palettes: Linkedin, TikTok, Tinder.
[0.1.3] - 2021-04-13 #
- Color classes: LightGreen, LightGreenAccent, Lime, LimeAccent, Teal,
TealAccent.
[0.1.2] - 2021-04-12 #
- Color classes: Amber, AmberAccent, Orange, OrangeAccent, DeepOrange,
DeepOrangeAccent, Yellow, YellowAccent.
[0.1.1] - 2021-04-10 #
- Color classes: Green, GreenAccent, Blue, BlueAccent, Red, RedAccent.
- Rename Slack class' constructor "albergine" to "aubergine".
[0.0.15] - 2021-04-09 #
- Color classes: Pink, Pink Accent.
- Fix typos in README file.
[0.0.11] - 2021-04-08 #
- 'const' Palette constructors.
[0.0.10] - 2021-04-08 #
- Color classes: Brown, BlueGrey, Grey.
[0.0.8] - 2021-04-07 #
- README package's description.
[0.0.7] - 2021-04-07 #
- Color palettes: Android, Apple, Iphone11, Iphone11Pro, Iphone7, Iphone8, IphoneXR, IphoneXS.
- Follow Dart file conventions.