All Versions
21
Latest Version
Avg Release Cycle
136 days
Latest Release
1270 days ago

Changelog History
Page 2

  • v2.1 Changes

    August 30, 2016

    ๐Ÿ”„ Changelog

    • โž• Added API preserving checked substitution with 'checkedSubstitute' and 'checkedSubstituteValue'
    • ๐Ÿ‘ Better and more ToMustache instances. No longer are all sequences of characters serialised as strings
  • v2.0.1

    August 14, 2016
  • v2.0 Changes

    • โž• Added QuasiQuotes and template Haskell functions for compile time template embedding.
  • v1.0 Changes

    • Stabilised API's
  • v0.5.1.0rc Changes

    • โœ‚ Removed dependency tagsoup
    • โž• Added ToMustache instances for some numbers
  • v0.5.0.0rc Changes

    • โœ‚ Removed any dependency on ghc 7.10-type OverlappingInstances
    • Resolved String/List overlapping instances
  • v0.4.0.1rc Changes

    • โž• Added a necessary OVERLAPPABLE pragma
  • v0.4.0.0rc Changes

    • โœ‚ Removed conversion and conversion-text dependency.
    • ๐Ÿšš Subsequently removed any dependency on overlapping instances
    • ๐Ÿ‘ Readded support for ghc version 7.8
    • โœ‚ Removed Char -> Value instance of ToMustache (because of overlap)
    • ๐Ÿ“‡ Renamed AST
  • v0.3.1.0rc Changes

    • โž• Added infix precedence to conversion operators
    • โž• Added INLINEABLE pragma to conversion functions
  • v0.3.0.1rc Changes

    โฌ‡๏ธ Dropped GHC 7.8 support in favor of efficient and easy data conversion.