Skip to content

Releases: cbroglie/mustache

v1.4.2

Choose a tag to compare

@cbroglie cbroglie released this 30 Aug 03:28

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@cbroglie cbroglie released this 29 Aug 20:11

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:16

Changelog

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 08:24

Changes

  • Experimental support for lambda sections (#67)

Changelog

  • 807cf85 Update goreleaser to not expect vendor folder
  • 42f9fad Update dependencies, remove vendor folder
  • f268266 Update installation instructions
  • d6701a6 fix: README manual page broken link
  • 444b549 Merge pull request #67 from cbroglie/lambda
  • 08d1d98 Experimental support for lambda sections

v1.3.0

Choose a tag to compare

@cbroglie cbroglie released this 20 Sep 05:24
b2d8af2

Changes:

  • Add support for --allow-missing-variables CLI flag
  • Remove golangci-lint dependency

v1.2.2

Choose a tag to compare

@cbroglie cbroglie released this 10 Jun 17:54

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

Choose a tag to compare

@cbroglie cbroglie released this 09 Jun 08:58
f01d98a

Changelog

f01d98a Merge pull request #54 from roblillack/cbroglie-53-fix-context-stacks-for-sections
4f2dfd2 sections: Fix building context stack for inner elements of sections. #53

1.2.0

Choose a tag to compare

@cbroglie cbroglie released this 13 Jul 03:08
2ebfd28

Changes:

  • Add support for --layout and --override CLI flags

1.1.0

Choose a tag to compare

@cbroglie cbroglie released this 18 May 07:47
c6bae88

Changes:

  • Migrate to Go modules
  • Treat zero values as falsy
  • Support treating missing variables at any depth as errors

v1.0.1

Choose a tag to compare

@cbroglie cbroglie released this 10 May 05:38
eb931a9

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