Changelog for text-all-0.4.2
0.4.2
- Bumped
text.
0.4.1.1
- Dropped compatibility with GHC 7.4.2 and added a lower bound for
bytestring.
0.4.1.0
-
Now
toStringand other functions work withByteStringas well. Lenient UTF-8 decoding is used. -
Added
toByteStringandtoLByteString.
0.4.0.0
-
Dropped
text-showentirely; nowshowworks viaPrelude.show, which is slower but avoids a heavy dependency. It is recommended to usetext-format,formattingorfmtif fast formatting is needed. -
Added
showandformattoData.Text.Lazy.All.
0.3.1.0
- Bumped the
text-showupper bound. (text-showadded some instances.)
0.3.0.2
- Bumped the
text-showupper bound.
0.3.0.1
- Bumped the
text-showupper bound.
0.3.0.0
- Replaced functions like
strictToBuilderwith conversion typeclasses (i.e. now it's justtoStrict,toLazy,toBuilder, andtoString).
0.2.0.0
-
Renamed lots of functions, moved some into other modules.
-
Added
Builder-related functions. -
Reexported
Buildable. -
Added the
LTexttype synonym. -
Made the upper bounds strict.
0.1.0.0
First release.