All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 (2024-10-28)
- Fix tests to run with
purescript-spec
>=8.0.0 - Use camelCase format in
spago.yaml
: See purescript/spago#1202
1.0.1 (2024-02-11)
- Update some outdated documentation
1.0.0 (2024-02-11)
- Introduce
ColorSupportLevel
type. Accordingly, the signature ofmkChoku
is changed tomkChoku :: ColorSupportLevel -> Choku
.
- Safe constructors of
Color
type
- Type error of
supportsColor
without color support
0.2.2 (2024-01-26)
spago publish
error: moduleTest.Main
should not be published
0.2.1 (2024-01-26)
spago publish
error: looks like the same as purescript/spago#1110
0.2.0 (2024-01-26)
- Change project name
purescript-chalk
topurescript-choku
since the other users have already used it.
0.1.0 (2024-01-25)
- Initial release