++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Implemented coloring support for Windows using the colorama
library.
- Updated the test command to be run from setup.py to avoid
unnecessary download of test dependencies during installation.
- Renamed several of the utility functions for better consistency.
The paint API is unaffected by these changes.
- The has_color variable is renamed to supports_color and should
now be used as a function.
- Implemented color patterns which generate varying color patterns
on strings. The rainbow and zebra patterns come included.
- Custom pattern functions may now be written and easily registered
with Painter.
- Several bug fixes.
`Full Source Code Changelog <https://github.com/fgimian/painter/compare/v0.2...v0.3>`_