Procházet zdrojové kódy

:ship: bump to version 2.3.2

tags/v2.3.2
Phillip Johnsen před 7 roky
rodič
revize
49714ba8ae
5 změnil soubory, kde provedl 14 přidání a 4 odebrání
  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 Zobrazit soubor

@@ -3,6 +3,14 @@
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.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 ## [2.3.1] / 7 August 2018


### Minor ### Minor
@@ -219,6 +227,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.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.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.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 [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 [#666]: https://github.com/janl/mustache.js/issues/666
[#667]: https://github.com/janl/mustache.js/issues/667 [#667]: https://github.com/janl/mustache.js/issues/667
[#668]: https://github.com/janl/mustache.js/issues/668 [#668]: https://github.com/janl/mustache.js/issues/668
[#670]: https://github.com/janl/mustache.js/issues/670


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


+ 1
- 1
mustache.js Zobrazit soubor

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


mustache.name = 'mustache.js'; mustache.name = 'mustache.js';
mustache.version = '2.3.1';
mustache.version = '2.3.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 Zobrazit soubor

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>2.3.1</version>
<version>2.3.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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
package.json Zobrazit soubor

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


Načítá se…
Zrušit
Uložit