소스 검색

:ship: bump to version 2.1.3

tags/v2.1.3
David da Silva 10 년 전
부모
커밋
20c089392e
5개의 변경된 파일23개의 추가작업 그리고 4개의 파일을 삭제
  1. +19
    -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

+ 19
- 0
CHANGELOG.md 파일 보기

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

## [2.1.3] / 23 July 2015

### Added

* Throw error when providing .render() with invalid template type, by [@phillipj].
* Documents use of string literals containing double quotes, by [@jfmercer].

### Changed

* Move mustache gif to githubusercontent, by [@Andersos].

### Fixed

* Update UMD Shim to be resilient to HTMLElement global pollution, by [@mikesherov].

## [2.1.2] / 17 June 2015

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

[2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3
[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.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0
@@ -147,6 +163,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#274]: https://github.com/janl/mustache.js/issues/274
[#466]: https://github.com/janl/mustache.js/issues/466

[@Andersos]: https://github.com/Andersos
[@TiddoLangerak]: https://github.com/TiddoLangerak
[@afc163]: https://github.com/afc163
[@cmbuckley]: https://github.com/cmbuckley
@@ -154,10 +171,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[@dasilvacontin]: https://github.com/dasilvacontin
[@fallenice]: https://github.com/fallenice
[@guybedford]: https://github.com/guybedford
[@jfmercer]: https://github.com/jfmercer
[@jrburke]: https://github.com/jrburke
[@kannix]: https://github.com/kannix
[@kkirsche]: https://github.com/kkirsche
[@kristijanmatic]: https://github.com/kristijanmatic
[@mikesherov]: https://github.com/mikesherov
[@mjackson]: https://github.com/mjackson
[@nagaozen]: https://github.com/nagaozen
[@pgilad]: https://github.com/pgilad


+ 1
- 1
mustache.js 파일 보기

@@ -565,7 +565,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.1.2';
mustache.version = '2.1.3';
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.1.2</version>
<version>2.1.3</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.1.2",
"version": "2.1.3",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",


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