Skip to content

Releases: kainjow/Mustache

v4.1

18 Apr 16:51
Compare
Choose a tag to compare
  • Fixed incorrect results when using lambda renderers

v4.0

28 Oct 23:52
b1136d8
Compare
Choose a tag to compare
  • Lines with sections that result in an empty line are removed, per the Mustache spec.

v3.2.1

23 Jul 03:13
Compare
Choose a tag to compare
  • Add an overload to render() that accepts a context and a stream (thanks Kitsune Ral)
  • Added checks for empty objects (thanks Snafuuz)
  • Refactored parser in preparation for future changes

v3.2

25 Feb 03:26
Compare
Choose a tag to compare
  • Added ability to provide a custom escape function (thanks to Kitsune Ral)
  • Allow data.set() to override an existing value

v3.1

22 Jul 17:41
Compare
Choose a tag to compare
  • Added a new lambda type (innovatively called lambda2) that takes an additional render function. It will not render its result but allows the user to call the render argument to render the section text, or any other text.

v3.0

09 Jul 02:25
Compare
Choose a tag to compare
  • Performance improvements
  • Simpler API better matching the STL. See README for details.

2.0

12 Jun 04:34
Compare
Choose a tag to compare
2.0
  • New simpler API (not backwards compatible)
  • std::wstring support
  • Bug fixes (thanks to Shen-Ta Hsieh)
  • Automated tests on OS X
  • 100% test coverage

1.0

20 Apr 00:06
Compare
Choose a tag to compare
1.0

All current Mustache features are implemented.