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

:ship: bump to version 3.0.1

tags/v3.0.1
Phillip Johnsen 7 лет назад
Родитель
Сommit
38b1448e65
5 измененных файлов: 12 добавлений и 5 удалений
  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 Просмотреть файл

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

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
```

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.

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]).
* 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
[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
@@ -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
[#618]: https://github.com/janl/mustache.js/issues/618
[#673]: https://github.com/janl/mustache.js/issues/673
[#679]: https://github.com/janl/mustache.js/issues/679

[@afc163]: https://github.com/afc163
[@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
[@ShashankaNataraj]: https://github.com/ShashankaNataraj
[@simast]: https://github.com/simast
[@stackchain]: https://github.com/stackchain
[@TiddoLangerak]: https://github.com/TiddoLangerak
[@tomekwi]: https://github.com/tomekwi
[@wizawu]: https://github.com/wizawu


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

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

mustache.name = 'mustache.js';
mustache.version = '3.0.0';
mustache.version = '3.0.1';
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>3.0.0</version>
<version>3.0.1</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": "3.0.0",
"version": "3.0.1",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",


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