This website works better with JavaScript.
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
46
Wiki
Activity
瀏覽代碼
Version 0.8.1
tags/0.8.1
Michael Jackson
12 年之前
父節點
d6fa9285c1
當前提交
58f77330ef
共有
4 個文件被更改
,包括
7 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGES
+1
-1
mustache.js
+1
-1
mustache.js.nuspec
+1
-1
package.json
+ 4
- 0
CHANGES
查看文件
@@ -1,3 +1,7 @@
= 0.8.1 / 3 Jan 2014
* Fix usage of partial templates.
= 0.8.0 / 2 Dec 2013
* Remove compile* writer functions, use mustache.parse instead. Smaller API.
+ 1
- 1
mustache.js
查看文件
@@ -517,7 +517,7 @@
};
mustache.name = "mustache.js";
mustache.version = "0.8.
0
";
mustache.version = "0.8.
1
";
mustache.tags = [ "{{", "}}" ];
// All high-level mustache.* functions use this writer.
+ 1
- 1
mustache.js.nuspec
查看文件
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>0.8.
0
</version>
<version>0.8.
1
</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
+ 1
- 1
package.json
查看文件
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "0.8.
0
",
"version": "0.8.
1
",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {
Write
Preview
Loading…
取消
儲存