Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.38 KB

[0.3.0.1] - October 12, 2023

  • Fix broken links to ECMA-48 standard

[0.3.0] - September 24, 2023

  • Switch the underlying text builder from text-builder to text-builder-linear. This also affects the API provided by Text.Builder.ANSI; users that were relying on the Buidler type from text-builder specificially are encouraged to simply use older versions of this package until they are able to update their own code to use text-builder-linear instead.

    The motivation for this change is performance and encoraging the ecosystem to move in the right direction. See the text-builder-linear project for more details. In a nutshell, it is the superior builder type ;)

[0.2.1.1] - May 11, 2023

  • #6 Fix Windows linker errors on GHC 9.4.5+

[0.2.1] - November 5, 2022

  • Add String.ANSI module

[0.2.0] - October 28, 2022

  • Drop the Data prefix from Data.Text.ANSI and Data.Text.Builder.ANSI modules
  • Rename Text.Builder.ANSI to Text.Lazy.Builder.ANSI
  • Add Text.Builder.ANSI back, but based on text-builder's builder instead of text's builder

[0.1.1] - January 7, 2021

  • Add Data.Text.Builder.ANSI module

[0.1.0.2] - December 26, 2020

  • Fix bug in italic

[0.1.0.1] - June 14, 2020

  • Relax base bounds
  • Drop text-builder dependency

[0.1.0] - November 14, 2018

  • Initial release