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
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