All Versions
9
Latest Version
Avg Release Cycle
347 days
Latest Release
3804 days ago
Changelog History
Changelog History
-
v0.3.2 Changes
October 21, 2014- fay-text is now purely a compatibility layer between Fay and GHC. For Fay we reexport
Data.Text
from fay-base.
- fay-text is now purely a compatibility layer between Fay and GHC. For Fay we reexport
-
v0.3.2.2 Changes
June 25, 2018- ๐ Allow
fay 0.23.*
- ๐ Allow
fay-base 0.20.*
- ๐ Allow
-
v0.3.2.1 Changes
January 05, 2015- ๐ Allow
fay 0.22.*
.
- ๐ Allow
-
v0.3.1 Changes
October 11, 2014- ๐ Allow
fay 0.21
- ๐ Allow
-
v0.3 Changes
November 07, 2013- โ Add Ord instance for Text (okay because JS comparison operators work on the values)
- ๐ Make Text an EmptyDataDecl
-
v0.3.0.2 Changes
September 11, 2014- ๐ Allow
fay 0.20
- ๐ Allow
-
v0.3.0.1 Changes
January 14, 2014- ๐ Fix complation warnings
-
v0.2.0.0 Changes
September 24, 2013- โ Added a (large) subset of functions from
Data.Text
. These use the FFI so they should be pretty fast. - โ Added
Eq
instance forText
. - ๐ The
Text
type has been moved toFay.Text.Type
(re-exported byFay.Text
) in case you only want the type.
- โ Added a (large) subset of functions from
-
v0.1.0.0 Changes
August 27, 2013- ๐ Initial release