Michael Jackson 13 лет назад
Родитель
Сommit
f5d18caee2
4 измененных файлов: 7 добавлений и 6 удалений
  1. +3
    -2
      CHANGES
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +2
    -2
      package.json

+ 3
- 2
CHANGES Просмотреть файл

@@ -1,7 +1,8 @@
= HEAD
= 0.6.0 / 31 Aug 2012


* Use JavaScript's definition of falsy when determining whether to render an * Use JavaScript's definition of falsy when determining whether to render an
inverted section or not. Issue #186. inverted section or not. Issue #186.
* Use Mustache.escape to escape values inside {{}}. This function may be * Use Mustache.escape to escape values inside {{}}. This function may be
reassigned to alter the default escaping behavior. Issue #244. reassigned to alter the default escaping behavior. Issue #244.
* Fixed a bug that clashed with QUnit. Thanks @kannix.
* Fixed a bug that clashed with QUnit (thanks @kannix).
* Added volo support (thanks @guybedford).

+ 1
- 1
mustache.js Просмотреть файл

@@ -19,7 +19,7 @@ var Mustache;
var exports = {}; var exports = {};


exports.name = "mustache.js"; exports.name = "mustache.js";
exports.version = "0.5.2";
exports.version = "0.6.0";
exports.tags = ["{{", "}}"]; exports.tags = ["{{", "}}"];


exports.parse = parse; exports.parse = parse;


+ 1
- 1
mustache.js.nuspec Просмотреть файл

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.5.2</version>
<version>0.6.0</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 Просмотреть файл

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "0.5.2",
"version": "0.6.0",
"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>",
"keywords": ["mustache", "template", "templates", "ejs"], "keywords": ["mustache", "template", "templates", "ejs"],
@@ -9,7 +9,7 @@
"vows": "0.6.x" "vows": "0.6.x"
}, },
"volo": { "volo": {
"url": "https://raw.github.com/janl/mustache.js/0.5.2/mustache.js"
"url": "https://raw.github.com/janl/mustache.js/0.6.0/mustache.js"
}, },
"scripts": { "scripts": {
"test": "vows --spec" "test": "vows --spec"


Загрузка…
Отмена
Сохранить