- FEAT: derive Copy and Clone for
Color
- FEAT: derive Clone for
ColoredString
- FIX: method
Colorize::reversed
has been added.Colorize::reverse
was a typo, that we will keep for compatibility
- Update lazy_static to 0.2.
- FEAT: support for
"hello".color("blue")
(dynamic colors)
- FIX: usage of nested ColoredString again, no more style broken mid-line
- FIX: usage of ColoredString in a nested way broke the styling mid-line
- Provide various options for disabling the coloring in an API-compatible way
- Support the different formatting options, like padding and alignment
- Respect the CLICOLOR/CLICOLOR_FORCE behavior. See this specs
- Add a CHANGLOG
- Fix crate dependencies: move
ansi_term
in dev_dependencies
- Initial release