Skip to content

Releases: qexat/ansifmt

0.1.3

05 Jan 16:01
37457b2
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Fixed a bug where unwanted m characters would appear in the output before every colored token

0.1.2

05 Jan 15:51
ea2f673
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Moved Formatting.tokenize and Formatting.format to a dedicated Formatting.Util submodule - it is common for users who wish to implement TOKENIZABLE to open Formatting, and Formatting.tokenize would then shadow the user's own function, making it cumbersome if the latter was recursive.
    This does not affect the Ansifmt prelude - format stays available.

0.1.1

05 Jan 15:37
3d366ce
Compare
Choose a tag to compare

CHANGES:

Features

  • Added print_formatted and the IO submodule.

0.1.0

04 Jan 21:24
3d512c0
Compare
Choose a tag to compare

CHANGES:

First pre-release.