Changelog for fay-text-0.3
Changelog
0.3 (2013-11-07)
- Add Ord instance for Text (okay because JS comparison operators work on the values)
- Make Text an EmptyDataDecl
0.2.0.0 (2013-09-24)
- Added a (large) subset of functions from
Data.Text. These use the FFI so they should be pretty fast. - Added
Eqinstance forText. - The
Texttype has been moved toFay.Text.Type(re-exported byFay.Text) in case you only want the type.
0.1.0.0 (2013-08-27)
- Initial release