Releases: cbroglie/mustache
Release list
v1.4.2
v1.4.1
What's Changed
- Print errors to stderr by @amarshall in #82
- updates installation instructions in CLI Overview by @mheers in #84
- Add option to customize escape function by @reddec in #87
- Update dependencies by @cbroglie in #88
- fix typo in RenderFile docs by @vieiralucas in #89
- Fix panic in Set Delimiter parsing. by @fiirhok in #91
- Prevent stack overflow from deeply nested sections by @ChrisJr404 in #96
New Contributors
- @amarshall made their first contribution in #82
- @mheers made their first contribution in #84
- @reddec made their first contribution in #87
- @vieiralucas made their first contribution in #89
- @fiirhok made their first contribution in #91
- @ChrisJr404 made their first contribution in #96
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.2
Changelog
ea8abd9 Update README to reflect spec version v1.2.1
1fb86e2 Merge pull request #55 from roblillack/fix-rendering-non-false-value-sections
10eb828 Enable formerly skipped spec tests for sections
e25d805 Merge remote-tracking branch 'upstream/master' into fix-rendering-non-false-value-sections
c5eea54 Merge pull request #56 from cbroglie/update-spec
1e9f7de Update mustache/spec submodule to latest
d22c883 Fix rendering non-false value sections.
v1.2.1
1.2.0
1.1.0
v1.0.1
Changelog
35a8bc7 Fix filename
eb931a9 Merge pull request #27 from kishaningithub/readme_badges
901cc8d Upgrade go version from 1.9 to 1.10
5b5576f Add code coverage report
830bbda Add Go Doc, Go Report Card, No of downloads and Latest Release badge
8962e6c Merge pull request #26 from kishaningithub/go_releaser_integration
18252c8 Fix lint errors in README.md
57bb519 Integrate go releaser for automated binary generation. Fixes #20