v1.0.0
What's Changed
Changed
- Introduce
ColorSupportLevel
type.
Accordingly, the signature ofmkChoku
is changed to
mkChoku :: ColorSupportLevel -> Choku
.
Added
- Safe constructors of
Color
type
Fixed
- Type error of
supportsColor
without color support
Full Changelog: v0.2.2...v1.0.0