JustusAdam Mustache Versions Save

Haskell implementation of mustache templates

v2.1

7 years ago

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

v1.0

8 years ago

Includes:

  • Backwards compatibility with ghc version >= 7.8
  • release on stackage
  • profiling sample data

v0.5.1.0rc-7

8 years ago
  • Removed dependency tagsoup
  • Added ToMustache instances for some numbers

v0.4.0.1-rc5

8 years ago
  • Added a necessary OVERLAPPABLE pragma

v0.4.0.0rc-4

8 years ago
  • 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-3

8 years ago
  • Added infix precedence to conversion operators
  • Added inlineable pragma to conversion functions

v0.3.0.1-rc-2

8 years ago

Droppen GHC 7.8 support in favour of efficient and easy data conversion.

v0.3.0.0rc-1

8 years ago
  • improved documentation
  • fixed a bug with scope
  • small interface changes

v1.0.0.0rc-0

8 years ago

Changelog:

  • Official mustache core spec fully implemented.
  • Automated testing against spec version 1.1.3 added.
  • Fixed errors -> all builds for supported ghc versions on travis succeed

TODO (until for release):

  • Review API