|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). |
5 | 5 |
|
| 6 | +## [3.0.1] / 11 November 2018 |
| 7 | + |
| 8 | + * [#679]: Fix partials not rendering tokens when using custom tags, by [@stackchain]. |
| 9 | + |
6 | 10 | ## [3.0.0] / 16 September 2018 |
7 | 11 |
|
8 | 12 | 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( |
88 | 92 | >> TEST 1 |
89 | 93 | ``` |
90 | 94 |
|
91 | | -The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering |
| 95 | +The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering |
92 | 96 | the custom delimiters provided. This is no longer true. |
93 | 97 |
|
94 | 98 | 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 |
321 | 325 | * Fixed a bug that clashed with QUnit (thanks [@kannix]). |
322 | 326 | * Added volo support (thanks [@guybedford]). |
323 | 327 |
|
| 328 | +[3.0.1]: https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1 |
324 | 329 | [3.0.0]: https://github.com/janl/mustache.js/compare/v2.3.2...v3.0.0 |
325 | 330 | [2.3.2]: https://github.com/janl/mustache.js/compare/v2.3.1...v2.3.2 |
326 | 331 | [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 |
376 | 381 | [#670]: https://github.com/janl/mustache.js/issues/670 |
377 | 382 | [#618]: https://github.com/janl/mustache.js/issues/618 |
378 | 383 | [#673]: https://github.com/janl/mustache.js/issues/673 |
| 384 | +[#679]: https://github.com/janl/mustache.js/issues/679 |
379 | 385 |
|
380 | 386 | [@afc163]: https://github.com/afc163 |
381 | 387 | [@Andersos]: https://github.com/Andersos |
@@ -413,6 +419,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
413 | 419 | [@seminaoki]: https://github.com/seminaoki |
414 | 420 | [@ShashankaNataraj]: https://github.com/ShashankaNataraj |
415 | 421 | [@simast]: https://github.com/simast |
| 422 | +[@stackchain]: https://github.com/stackchain |
416 | 423 | [@TiddoLangerak]: https://github.com/TiddoLangerak |
417 | 424 | [@tomekwi]: https://github.com/tomekwi |
418 | 425 | [@wizawu]: https://github.com/wizawu |
|
0 commit comments