Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 1.78 KB

Changelog

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)

Fixed

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

Fixed

  • Update some outdated documentation

1.0.0 (2024-02-11)

Changed

  • Introduce ColorSupportLevel type. Accordingly, the signature of mkChoku is changed to mkChoku :: ColorSupportLevel -> Choku.

Added

  • Safe constructors of Color type

Fixed

  • Type error of supportsColor without color support

0.2.2 (2024-01-26)

Fixed

  • spago publish error: module Test.Main should not be published

0.2.1 (2024-01-26)

Fixed

0.2.0 (2024-01-26)

Changed

  • Change project name purescript-chalk to purescript-choku since the other users have already used it.

0.1.0 (2024-01-25)

  • Initial release