Kaynağa Gözat

:ship: bump to version 3.1.0

tags/v3.1.0
Phillip Johnsen 6 yıl önce
ebeveyn
işleme
b28bf2c46b
6 değiştirilmiş dosya ile 19 ekleme ve 5 silme
  1. +14
    -0
      CHANGELOG.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      mustache.min.js
  5. +1
    -1
      package-lock.json
  6. +1
    -1
      package.json

+ 14
- 0
CHANGELOG.md Dosyayı Görüntüle

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

## [3.1.0] / 13 September 2019

### Added

* [#717]: Added support .js files as views in command line tool, by [@JEStaubach].

### Fixed

* [#716]: Bugfix for indentation of inline partials, by [@yotammadem].

## [3.0.3] / 27 August 2019

### Added
@@ -347,6 +357,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
* Added volo support (thanks [@guybedford]).

[3.1.0]: https://github.com/janl/mustache.js/compare/v3.0.3...v3.1.0
[3.0.3]: https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/janl/mustache.js/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1
@@ -411,6 +422,8 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
[#705]: https://github.com/janl/mustache.js/issues/705
[#713]: https://github.com/janl/mustache.js/issues/713
[#714]: https://github.com/janl/mustache.js/issues/714
[#716]: https://github.com/janl/mustache.js/issues/716
[#717]: https://github.com/janl/mustache.js/issues/717

[@afc163]: https://github.com/afc163
[@andersk]: https://github.com/andersk
@@ -426,6 +439,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
[@Flaque]: https://github.com/Flaque
[@guybedford]: https://github.com/guybedford
[@imagentleman]: https://github.com/imagentleman
[@JEStaubach]: https://github.com/JEStaubach
[@jfmercer]: https://github.com/jfmercer
[@jrburke]: https://github.com/jrburke
[@kannix]: https://github.com/kannix


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

@@ -656,7 +656,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '3.0.3';
mustache.version = '3.1.0';
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>3.0.3</version>
<version>3.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
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


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

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "3.0.3",
"version": "3.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


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

@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "3.0.3",
"version": "3.1.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",


Yükleniyor…
İptal
Kaydet