Просмотр исходного кода

:ship: bump to version 2.3.2

tags/v2.3.2
Phillip Johnsen 7 лет назад
Родитель
Сommit
49714ba8ae
5 измененных файлов: 14 добавлений и 4 удалений
  1. +10
    -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

+ 10
- 0
CHANGELOG.md Просмотреть файл

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

## [2.3.2] / 17 August 2018

This release is made to revert changes introduced in [2.3.1] that caused unexpected behaviour for several users.

### Minor

* [#670]: Rollback template cache causing unexpected behaviour, by [@raymond-lam].

## [2.3.1] / 7 August 2018

### Minor
@@ -219,6 +227,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.3.2]: https://github.com/janl/mustache.js/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/janl/mustache.js/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
@@ -269,6 +278,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#666]: https://github.com/janl/mustache.js/issues/666
[#667]: https://github.com/janl/mustache.js/issues/667
[#668]: https://github.com/janl/mustache.js/issues/668
[#670]: https://github.com/janl/mustache.js/issues/670

[@afc163]: https://github.com/afc163
[@Andersos]: https://github.com/Andersos


+ 1
- 1
mustache.js Просмотреть файл

@@ -567,7 +567,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.3.1';
mustache.version = '2.3.2';
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.3.1</version>
<version>2.3.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
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
package.json Просмотреть файл

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


Загрузка…
Отмена
Сохранить