Explorar el Código

:ship: bump to version 3.0.1

tags/v3.0.1
Phillip Johnsen hace 7 años
padre
commit
38b1448e65
Se han modificado 5 ficheros con 12 adiciones y 5 borrados
  1. +8
    -1
      CHANGELOG.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      mustache.min.js
  5. +1
    -1
      package.json

+ 8
- 1
CHANGELOG.md Ver fichero

@@ -3,6 +3,10 @@
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/).


## [3.0.1] / 11 November 2018

* [#679]: Fix partials not rendering tokens when using custom tags, by [@stackchain].

## [3.0.0] / 16 September 2018 ## [3.0.0] / 16 September 2018


We are very happy to announce a new major version of mustache.js. We want to be very careful not to break projects We are very happy to announce a new major version of mustache.js. We want to be very careful not to break projects
@@ -88,7 +92,7 @@ console.log(
>> TEST 1 >> TEST 1
``` ```


The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering
The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering
the custom delimiters provided. This is no longer true. the custom delimiters provided. This is no longer true.


We no longer encourage using `Mustache.parse()` for this purpose, but have rather added a fourth argument to We no longer encourage using `Mustache.parse()` for this purpose, but have rather added a fourth argument to
@@ -321,6 +325,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]). * Fixed a bug that clashed with QUnit (thanks [@kannix]).
* Added volo support (thanks [@guybedford]). * Added volo support (thanks [@guybedford]).


[3.0.1]: https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/janl/mustache.js/compare/v2.3.2...v3.0.0 [3.0.0]: https://github.com/janl/mustache.js/compare/v2.3.2...v3.0.0
[2.3.2]: https://github.com/janl/mustache.js/compare/v2.3.1...v2.3.2 [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
@@ -376,6 +381,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
[#670]: https://github.com/janl/mustache.js/issues/670 [#670]: https://github.com/janl/mustache.js/issues/670
[#618]: https://github.com/janl/mustache.js/issues/618 [#618]: https://github.com/janl/mustache.js/issues/618
[#673]: https://github.com/janl/mustache.js/issues/673 [#673]: https://github.com/janl/mustache.js/issues/673
[#679]: https://github.com/janl/mustache.js/issues/679


[@afc163]: https://github.com/afc163 [@afc163]: https://github.com/afc163
[@Andersos]: https://github.com/Andersos [@Andersos]: https://github.com/Andersos
@@ -413,6 +419,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
[@seminaoki]: https://github.com/seminaoki [@seminaoki]: https://github.com/seminaoki
[@ShashankaNataraj]: https://github.com/ShashankaNataraj [@ShashankaNataraj]: https://github.com/ShashankaNataraj
[@simast]: https://github.com/simast [@simast]: https://github.com/simast
[@stackchain]: https://github.com/stackchain
[@TiddoLangerak]: https://github.com/TiddoLangerak [@TiddoLangerak]: https://github.com/TiddoLangerak
[@tomekwi]: https://github.com/tomekwi [@tomekwi]: https://github.com/tomekwi
[@wizawu]: https://github.com/wizawu [@wizawu]: https://github.com/wizawu


+ 1
- 1
mustache.js Ver fichero

@@ -617,7 +617,7 @@
}; };


mustache.name = 'mustache.js'; mustache.name = 'mustache.js';
mustache.version = '3.0.0';
mustache.version = '3.0.1';
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 Ver fichero

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>3.0.0</version>
<version>3.0.1</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
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
package.json Ver fichero

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "3.0.0",
"version": "3.0.1",
"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",


Cargando…
Cancelar
Guardar