All Versions
9
Latest Version
Avg Release Cycle
347 days
Latest Release
3031 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