瀏覽代碼

:ship: bump to version 2.1.2

tags/v2.1.2
David da Silva Contin 11 年之前
父節點
當前提交
55c1370a11
共有 5 個檔案被更改,包括 13 行新增4 行删除
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      mustache.min.js
  5. +1
    -1
      package.json

+ 9
- 0
CHANGELOG.md 查看文件

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).


## [2.1.2] / 17 June 2015

### Added

* Mustache global definition ([#466]) by [@yousefcisco].

## [2.1.1] / 11 June 2015 ## [2.1.1] / 11 June 2015


### Added ### Added
@@ -114,6 +120,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixed a bug that clashed with QUnit (thanks [@kannix]). * Fixed a bug that clashed with QUnit (thanks [@kannix]).
* Added volo support (thanks [@guybedford]). * Added volo support (thanks [@guybedford]).


[2.1.2]: https://github.com/janl/mustache.js/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/janl/mustache.js/compare/v2.1.0...v2.1.1 [2.1.1]: https://github.com/janl/mustache.js/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0 [2.1.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/janl/mustache.js/compare/v1.2.0...v2.0.0 [2.0.0]: https://github.com/janl/mustache.js/compare/v1.2.0...v2.0.0
@@ -138,6 +145,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#267]: https://github.com/janl/mustache.js/issues/267 [#267]: https://github.com/janl/mustache.js/issues/267
[#270]: https://github.com/janl/mustache.js/issues/270 [#270]: https://github.com/janl/mustache.js/issues/270
[#274]: https://github.com/janl/mustache.js/issues/274 [#274]: https://github.com/janl/mustache.js/issues/274
[#466]: https://github.com/janl/mustache.js/issues/466


[@TiddoLangerak]: https://github.com/TiddoLangerak [@TiddoLangerak]: https://github.com/TiddoLangerak
[@afc163]: https://github.com/afc163 [@afc163]: https://github.com/afc163
@@ -154,3 +162,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[@nagaozen]: https://github.com/nagaozen [@nagaozen]: https://github.com/nagaozen
[@pgilad]: https://github.com/pgilad [@pgilad]: https://github.com/pgilad
[@phillipj]: https://github.com/phillipj [@phillipj]: https://github.com/phillipj
[@yousefcisco]: https://github.com/yousefcisco

+ 1
- 1
mustache.js 查看文件

@@ -557,7 +557,7 @@
}; };


mustache.name = 'mustache.js'; mustache.name = 'mustache.js';
mustache.version = '2.1.1';
mustache.version = '2.1.2';
mustache.tags = [ '{{', '}}' ]; mustache.tags = [ '{{', '}}' ];


// All high-level mustache.* functions use this writer. // All high-level mustache.* functions use this writer.


+ 1
- 1
mustache.js.nuspec 查看文件

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>2.1.1</version>
<version>2.1.2</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>


+ 1
- 1
mustache.min.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "2.1.1",
"version": "2.1.2",
"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>",
"homepage": "https://github.com/janl/mustache.js", "homepage": "https://github.com/janl/mustache.js",


Loading…
取消
儲存