static-text v0.2.0 Release Notes
Release Date: 2018-02-17 // about 7 years ago-
๐ Changed
๐ฆ Package renamed to
static-text
as per https://github.com/dzhus/static-text/issues/2. Old names were changed as follows:before after Data.Sext
Data.StaticText
Sext n a
Static a n
Sextable a
IsStaticText a
$(sext ..)
$(st ..)
Previous changes from v0.1.3
-
โ Added
- โ
ShortByteString
support
๐ Fixed
- A bug in
createLeft
which failed to actually pad/truncate strings (https://github.com/dzhus/static-text/issues/4)
- โ