Browse Source

Version 0.8.0

tags/0.8.0
Michael Jackson 12 years ago
parent
commit
e4a68c9e49
5 changed files with 6 additions and 5 deletions
  1. +2
    -1
      CHANGES
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      package.json
  5. +1
    -1
      wrappers/qooxdoo/mustache.js.pre

+ 2
- 1
CHANGES View File

@@ -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



+ 1
- 1
mustache.js View File

@@ -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.


+ 1
- 1
mustache.js.nuspec View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>0.7.3</version>
<version>0.8.0</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>


+ 1
- 1
package.json View File

@@ -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 <http://github.com/janl/mustache.js>",
"repository": {


+ 1
- 1
wrappers/qooxdoo/mustache.js.pre View File

@@ -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


Loading…
Cancel
Save