All Versions
13
Latest Version
Avg Release Cycle
221 days
Latest Release
1857 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.0 Changes
February 17, 2018๐ 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 ..)
-
v0.2.0.6 Changes
June 03, 2020๐ Changed
- ๐ Relaxed dependency version bounds
-
v0.2.0.5 Changes
February 21, 2020๐ Changed
- Dependencies bump
-
v0.2.0.4 Changes
January 23, 2019๐ Changed
- โ Test suite dependencies bump
-
v0.2.0.3 Changes
October 08, 2018๐ Changed
- ๐ GHC 8.6.x support
-
v0.2.0.2 Changes
July 30, 2018๐ Changed
โ Use
doctest-driver-gen
to run doctestsDependencies bump
โ Use
markdown-unlit
to test code example in README
-
v0.2.0.1 Changes
March 15, 2018๐ Changed
- ๐ GHC 8.4.x support
-
v0.1.3 Changes
March 26, 2017โ Added
- โ
ShortByteString
support
๐ Fixed
- A bug in
createLeft
which failed to actually pad/truncate strings (https://github.com/dzhus/static-text/issues/4)
- โ
-
v0.1.3.1 Changes
October 29, 2017โ Added
- ๐ GHC 8.2.x support
-
v0.1.2 Changes
January 18, 2017โ Added
- ๐
Vector
support,Eq
andOrd
instances. \ Contributed by Dylan Simon [email protected] (https://github.com/dzhus/static-text/pull/3)
- ๐