diff --git a/CHANGES b/CHANGES index 4c9fca1..34e7270 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,11 @@ -= HEAD += 0.8.0 / 2 Dec 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. = 0.7.3 / 5 Nov 2013 diff --git a/mustache.js b/mustache.js index a82b236..ef892a1 100644 --- a/mustache.js +++ b/mustache.js @@ -514,7 +514,7 @@ }; mustache.name = "mustache.js"; - mustache.version = "0.7.3"; + mustache.version = "0.8.0"; mustache.tags = [ "{{", "}}" ]; // All high-level mustache.* functions use this writer. diff --git a/mustache.js.nuspec b/mustache.js.nuspec index a103cd4..2da2411 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.7.3 + 0.8.0 mustache.js Authors https://github.com/janl/mustache.js/blob/master/LICENSE http://mustache.github.com/ diff --git a/package.json b/package.json index 0d8019a..a9b02e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.7.3", + "version": "0.8.0", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "repository": { diff --git a/wrappers/qooxdoo/mustache.js.pre b/wrappers/qooxdoo/mustache.js.pre index d4719c9..8c3ac41 100644 --- a/wrappers/qooxdoo/mustache.js.pre +++ b/wrappers/qooxdoo/mustache.js.pre @@ -19,7 +19,7 @@ This class contains code based on the following work: - * Mustache.js version 0.7.3 + * Mustache.js version 0.8.0 Code: https://github.com/janl/mustache.js