Releases: m15a/purescript-choku
Releases · m15a/purescript-choku
v1.0.2
Fixed
- Fix tests to run with
purescript-spec>=8.0.0 - Use camelCase format in
spago.yaml:
See purescript/spago#1202
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
Changed
- Introduce
ColorSupportLeveltype.
Accordingly, the signature ofmkChokuis changed to
mkChoku :: ColorSupportLevel -> Choku.
Added
- Safe constructors of
Colortype
Fixed
- Type error of
supportsColorwithout color support
Full Changelog: v0.2.2...v1.0.0