Releases: kainjow/Mustache
Releases · kainjow/Mustache
v4.1
- Fixed incorrect results when using lambda renderers
v4.0
- Lines with sections that result in an empty line are removed, per the Mustache spec.
v3.2.1
- 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
- Added ability to provide a custom escape function (thanks to Kitsune Ral)
- Allow
data.set()
to override an existing value
v3.1
- 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
- Performance improvements
- Simpler API better matching the STL. See README for details.
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
All current Mustache features are implemented.