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

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

@@ -1,7 +1,7 @@
= HEAD
= 0.7.2 / 27 Dec 2012


* Fixed a rendering bug (#274) when using nested higher-order sections.
* Converted tests to use mocha instead of vows. * Converted tests to use mocha instead of vows.
* Fixed a rendering bug when using nested higher-order sections.


= 0.7.1 / 6 Dec 2012 = 0.7.1 / 6 Dec 2012




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

@@ -18,7 +18,7 @@
var exports = {}; var exports = {};


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


exports.Scanner = Scanner; exports.Scanner = Scanner;


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

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.7.1</version>
<version>0.7.2</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.7.1",
"version": "0.7.2",
"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 @@
"mocha": "1.5.0" "mocha": "1.5.0"
}, },
"volo": { "volo": {
"url": "https://raw.github.com/janl/mustache.js/0.7.1/mustache.js"
"url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js"
}, },
"scripts": { "scripts": {
"test": "mocha test" "test": "mocha test"


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