Browse Source

Version 0.7.3

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

+ 1
- 1
CHANGES View File

@@ -1,4 +1,4 @@
= HEAD
= 0.7.3 / 5 Nov 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


+ 1
- 1
mustache.js View File

@@ -482,7 +482,7 @@
}

mustache.name = "mustache.js";
mustache.version = "0.7.2";
mustache.version = "0.7.3";
mustache.tags = ["{{", "}}"];

mustache.Scanner = Scanner;


+ 1
- 1
mustache.js.nuspec View File

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


+ 2
- 2
package.json View File

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "0.7.2",
"version": "0.7.3",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {
@@ -13,7 +13,7 @@
"mocha": "1.5.0"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js"
"url": "https://raw.github.com/janl/mustache.js/0.7.3/mustache.js"
},
"scripts": {
"test": "mocha test"


+ 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.2
* Mustache.js version 0.7.3

Code:
https://github.com/janl/mustache.js


Loading…
Cancel
Save