Skip to content

Releases: janl/mustache.js

v2.1.3

23 Jul 18:39
Compare
Choose a tag to compare

Added

  • Throw error when providing .render() with invalid template type, by @phillipj.
  • Documents use of string literals containing double quotes, by @jfmercer.

Changed

  • Move mustache gif to githubusercontent, by @Andersos.

Fixed

  • Update UMD Shim to be resilient to HTMLElement global pollution, by @mikesherov.

v2.1.2

17 Jun 20:18
Compare
Choose a tag to compare

Added

v2.1.1

11 Jun 09:15
Compare
Choose a tag to compare

Added

Fixed

  • Bugfix for using values from view's context prototype, by @phillipj.
  • Improve test with undefined/null lookup hit using dot notation, by @dasilvacontin.
  • Bugfix for null/undefined lookup hit when using dot notation, by @phillipj.
  • Remove moot version property from bower.json, by @kkirsche.
  • bower.json doesn't require a version bump via hook, by @dasilvacontin.

Thanks to our awesome contributors! :)

v2.1.0

04 Jun 22:14
Compare
Choose a tag to compare
  • Added license attribute to package.json, by @pgilad.
  • Minor changes to make mustache.js compatible with both WSH and ASP, by @nagaozen.
  • Improve CLI view parsing error, by @phillipj.
  • Bugfix for view context cache, by @phillipj.

:shipit:

v2.0.0

27 Mar 09:31
Compare
Choose a tag to compare

I'm very happy to see the project moving forward, thanks to all the people who've helped along!
It wouldn't be the same :)

v1.1.0

18 Feb 14:19
Compare
Choose a tag to compare
  • Refactor Writer.renderTokens() for better readability, by @phillipj.
  • Cleanup tests section in readme, by @phillipj.
  • Added JSHint to tests/CI, by @phillipj.
  • Added node v0.12 on travis, by @phillipj.
  • Created command line tool, by @phillipj.
  • Added falsy to Inverted Sections description in README, by @kristijanmatic.