使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
jan
/
mustache.js
镜像自地址
https://github.com/janl/mustache.js
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
46
百科
动态
浏览代码
:ship: bump to version 3.0.0
tags/v3.0.0
Phillip Johnsen
Phillip Johnsen
7 年前
父节点
f452acbe44
当前提交
17510f07d1
共有
4 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
mustache.js
+1
-1
mustache.js.nuspec
+1
-1
mustache.min.js
+1
-1
package.json
+ 1
- 1
mustache.js
查看文件
@@ -617,7 +617,7 @@
};
mustache.name = 'mustache.js';
mustache.version = '
2.3.2
';
mustache.version = '
3.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>
2.3.2
</version>
<version>
3.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": "
2.3.2
",
"version": "
3.0.0
",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
撰写
预览
正在加载...
取消
保存