All Versions
33
Latest Version
Avg Release Cycle
101 days
Latest Release
-

Changelog History
Page 3

  • v2.1.0 Changes

    June 05, 2015
    • 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].
  • v2.0.0 Changes

    March 27, 2015
    • Fixed lookup not stopping upon finding undefined or null values, by [@dasilvacontin].
    • Refactored pre-commit hook, by [@dasilvacontin].
  • v1.2.0 Changes

    March 24, 2015
    • Added -v option to CLI, by [@phillipj].
    • Bugfix for rendering Number when it serves as the Context, by [@phillipj].
    • Specified files in package.json for a cleaner install, by [@phillipj].
  • v1.1.0 Changes

    February 18, 2015
    • 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].
  • v1.0.0 Changes

    December 20, 2014
    • Inline tag compilation, by [@mjackson].
    • Fixed AMD registration, volo package.json entry, by [@jrburke].
    • Added spm support, by [@afc163].
    • Only access properties of objects on Context.lookup, by [@cmbuckley].
  • v0.8.2 Changes

    March 17, 2014
    • Supporting Bower through a bower.json file.
  • v0.8.1 Changes

    January 03, 2014
    • Fix usage of partial templates.
  • v0.8.0 Changes

    December 02, 2013
    • Remove compile* writer functions, use mustache.parse instead. Smaller API.
    • Throw an error when rendering a template that contains higher-order sections and the original template is not provided.
    • Remove low-level Context.make function.
    • Better code readability and inline documentation.
    • Stop caching templates by name.
  • v0.7.3 Changes

    November 05, 2013
    • Don't require the original template to be passed to the rendering function when using compiled templates. This is still required when using higher-order functions in order to be able to extract the portion of the template that was contained by that section. Fixes [#262].
    • Performance improvements.
  • v0.7.2 Changes

    December 27, 2012
    • Fixed a rendering bug ([#274]) when using nested higher-order sections.
    • Better error reporting on failed parse.
    • Converted tests to use mocha instead of vows.