소스 검색

bump to version 1.1.0

tags/v1.1.0^0
David da Silva 11 년 전
부모
커밋
d4ba5a19d4
6개의 변경된 파일15개의 추가작업 그리고 5개의 파일을 삭제
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      bower.json
  3. +1
    -1
      mustache.js
  4. +1
    -1
      mustache.js.nuspec
  5. +1
    -1
      mustache.min.js
  6. +1
    -1
      package.json

+ 10
- 0
CHANGELOG.md 파일 보기

@@ -1,3 +1,13 @@
1.1.0 / 18 Feb 2015
==================

* Refactor Writer.renderTokens() for better readability, by @phillipj.
* Cleanup tests section in readme, by @phillipj.
* Added JSHint to tests/CI, by @phillipj.
* Added node v0.12 on travis, by @phillipj.
* Created command line tool, by @phillipj.
* Added *falsy* to Inverted Sections description in README, by @kristijanmatic.

1.0.0 / 20 Dec 2014
===================



+ 1
- 1
bower.json 파일 보기

@@ -1,7 +1,7 @@
{
"name": "mustache.js",
"main": "mustache.js",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/janl/mustache.js",
"authors": [
"mustache.js Authors <http://github.com/janl/mustache.js>"


+ 1
- 1
mustache.js 파일 보기

@@ -532,7 +532,7 @@
};

mustache.name = "mustache.js";
mustache.version = "1.0.0";
mustache.version = "1.1.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.0.0</version>
<version>1.1.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.0.0",
"version": "1.1.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {


불러오는 중...
취소
저장