All Versions
9
Latest Version
Avg Release Cycle
347 days
Latest Release
3804 days ago

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.
  • v0.3.2.2 Changes

    June 25, 2018
    • ๐Ÿ‘ Allow fay 0.23.*
    • ๐Ÿ‘ Allow fay-base 0.20.*
  • v0.3.2.1 Changes

    January 05, 2015
    • ๐Ÿ‘ Allow fay 0.22.*.
  • v0.3.1 Changes

    October 11, 2014
    • ๐Ÿ‘ Allow fay 0.21
  • 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
  • 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 for Text.
    • ๐Ÿšš The Text type has been moved to Fay.Text.Type (re-exported by Fay.Text) in case you only want the type.
  • v0.1.0.0 Changes

    August 27, 2013
    • ๐ŸŽ‰ Initial release