Explorar el Código

Version 0.7.3

tags/0.7.3
Michael Jackson hace 12 años
padre
commit
b626d12395
Se han modificado 5 ficheros con 6 adiciones y 6 borrados
  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 Ver fichero

@@ -1,4 +1,4 @@
= HEAD
= 0.7.3 / 5 Nov 2013


* Don't require the original template to be passed to the rendering function * 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 when using compiled templates. This is still required when using higher-order


+ 1
- 1
mustache.js Ver fichero

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


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


mustache.Scanner = Scanner; mustache.Scanner = Scanner;


+ 1
- 1
mustache.js.nuspec Ver fichero

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


+ 2
- 2
package.json Ver fichero

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


+ 1
- 1
wrappers/qooxdoo/mustache.js.pre Ver fichero

@@ -19,7 +19,7 @@


This class contains code based on the following work: This class contains code based on the following work:


* Mustache.js version 0.7.2
* Mustache.js version 0.7.3


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


Cargando…
Cancelar
Guardar