Releases: janl/mustache.js
Releases · janl/mustache.js
v2.1.3
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
Added
- Mustache global definition (#466) by @yousefcisco.
v2.1.1
Added
- State that we use semver on the change log, by @dasilvacontin.
- Added version links to change log, by @dasilvacontin.
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
v2.0.0
- Fixed lookup not stopping upon finding
undefined
ornull
values, by @dasilvacontin. - Refactored pre-commit hook, by @dasilvacontin.
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
- 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.