ソースを参照

Version 0.7.0

tags/0.7.0
Michael Jackson 13年前
コミット
8b19e0ef23
4個のファイルの変更5行の追加5行の削除
  1. +1
    -1
      CHANGES
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +2
    -2
      package.json

+ 1
- 1
CHANGES ファイルの表示

@@ -1,4 +1,4 @@
= HEAD
= 0.7.0 / 10 Sep 2012


* Rename Renderer => Writer. * Rename Renderer => Writer.
* Allow partials to be loaded dynamically using a callback (thanks @TiddoLangerak * Allow partials to be loaded dynamically using a callback (thanks @TiddoLangerak


+ 1
- 1
mustache.js ファイルの表示

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


exports.name = "mustache.js"; exports.name = "mustache.js";
exports.version = "0.6.0";
exports.version = "0.7.0";
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.6.0</version>
<version>0.7.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.6.0",
"version": "0.7.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.6.0/mustache.js"
"url": "https://raw.github.com/janl/mustache.js/0.7.0/mustache.js"
}, },
"scripts": { "scripts": {
"test": "vows --spec" "test": "vows --spec"


読み込み中…
キャンセル
保存