Changelog for text-ansi-0.3.0
[0.3.0] - 2023-09-24
-
Switch the underlying text builder from
text-builder
totext-builder-linear
. This also affects the API provided byText.Builder.ANSI
; users that were relying on theBuidler
type fromtext-builder
specificially are encouraged to simply use older versions of this package until they are able to update their own code to usetext-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] - 2023-05-11
- #6 Fix Windows linker errors on GHC 9.4.5+
[0.2.1] - 2022-11-05
- Add
String.ANSI
module
[0.2.0] - 2022-10-28
- Drop the
Data
prefix fromData.Text.ANSI
andData.Text.Builder.ANSI
modules - Rename
Text.Builder.ANSI
toText.Lazy.Builder.ANSI
- Add
Text.Builder.ANSI
back, but based ontext-builder
's builder instead oftext
's builder
[0.1.1] - 2021-01-07
- Add
Data.Text.Builder.ANSI
module
[0.1.0.2] - 2020-12-26
- Fix bug in
italic
[0.1.0.1] - 2020-06-14
- Relax
base
bounds - Drop
text-builder
dependency
[0.1.0] - 2018-11-14
- Initial release