このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
:ship: bump to version 2.0.0
tags/v2.0.0
David da Silva
11年前
親
00fedc57f8
コミット
b5cc26842b
6個のファイルの変更
、
11行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-0
CHANGELOG.md
+1
-1
bower.json
+1
-1
mustache.js
+1
-1
mustache.js.nuspec
+1
-1
mustache.min.js
+1
-1
package.json
+ 6
- 0
CHANGELOG.md
ファイルの表示
@@ -1,3 +1,9 @@
2.0.0 / 27 Mar 2015
==================
* Fixed lookup not stopping upon finding `undefined` or `null` values, by @dasilvacontin.
* Refactored pre-commit hook, by @dasilvacontin.
1.2.0 / 24 Mar 2015
===================
+ 1
- 1
bower.json
ファイルの表示
@@ -1,7 +1,7 @@
{
"name": "mustache.js",
"main": "mustache.js",
"version": "
1.
2.0",
"version": "2
.0
.0",
"homepage": "https://github.com/janl/mustache.js",
"authors": [
"mustache.js Authors <http://github.com/janl/mustache.js>"
+ 1
- 1
mustache.js
ファイルの表示
@@ -548,7 +548,7 @@
};
mustache.name = "mustache.js";
mustache.version = "
1.
2.0";
mustache.version = "2
.0
.0";
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>
1.
2.0</version>
<version>2
.0
.0</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
mustache.min.js
ファイル差分が大きすぎるため省略します
ファイルの表示
+ 1
- 1
package.json
ファイルの表示
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "
1.
2.0",
"version": "2
.0
.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {
書き込み
プレビュー
読み込み中…
キャンセル
保存