Skip to content

Releases: JustusAdam/mustache

Minor release version 2.1

30 Aug 18:52
Compare
Choose a tag to compare

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

Version 1.0

22 Jan 23:27
Compare
Choose a tag to compare

Includes:

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

Release Candidate 7

07 Nov 11:10
Compare
Choose a tag to compare
  • Removed dependency tagsoup
  • Added ToMustache instances for some numbers

Release Candidate 5

26 Oct 12:20
Compare
Choose a tag to compare
  • Added a necessary OVERLAPPABLE pragma

Release Candidate 4

25 Oct 13:50
Compare
Choose a tag to compare
  • 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

Release Candidate 3

20 Oct 15:44
Compare
Choose a tag to compare
  • Added infix precedence to conversion operators
  • Added inlineable pragma to conversion functions

Release Candidate 2

17 Oct 10:57
Compare
Choose a tag to compare

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

Release candidate 1 - version 0.3.0.0

07 Oct 10:34
Compare
Choose a tag to compare
  • improved documentation
  • fixed a bug with scope
  • small interface changes

First release candidate for version 1.0.0.0

02 Oct 17:53
Compare
Choose a tag to compare

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