Fixes:
- Remove compiler warnings for unused variables. Thanks to @rodrigues.
Bug fixes:
- Correctly output RGB colors with values between 0x0A and 0x0F. They were missing the leading zero. Thanks to @andrebnf.
New features:
- Custom Ecto type
- Make parser use tagged return values
Backward incompatible changes:
CssColors.parse/1
now returns tagged values.CssColors.parse!/1
implements the old behaviour (returning the bar value or crash).
Minor fix in documentation
Initial beta release