- Fix broken links to ECMA-48 standard
-
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 ;)
- #6 Fix Windows linker errors on GHC 9.4.5+
- Add
String.ANSI
module
- 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
- Add
Data.Text.Builder.ANSI
module
- Fix bug in
italic
- Relax
base
bounds - Drop
text-builder
dependency
- Initial release