Kaynağa Gözat

:ship: bump to version 2.1.2

tags/v2.1.2
David da Silva Contin 11 yıl önce
ebeveyn
işleme
55c1370a11
5 değiştirilmiş dosya ile 13 ekleme ve 4 silme
  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 Dosyayı Görüntüle

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
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

### Added
@@ -114,6 +120,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.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
[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
[#270]: https://github.com/janl/mustache.js/issues/270
[#274]: https://github.com/janl/mustache.js/issues/274
[#466]: https://github.com/janl/mustache.js/issues/466

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

+ 1
- 1
mustache.js Dosyayı Görüntüle

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

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

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


+ 1
- 1
mustache.js.nuspec Dosyayı Görüntüle

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>2.1.1</version>
<version>2.1.2</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
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 1
- 1
package.json Dosyayı Görüntüle

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "2.1.1",
"version": "2.1.2",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",


Yükleniyor…
İptal
Kaydet