|
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.3] / 27 August 2019 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | + * [#713]: Add test cases for custom functions in partials, by [@wol-soft]. |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | + * [#714]: Bugfix for wrong function output in partials with indentation, by [@phillipj]. |
| 15 | + |
6 | 16 | ## [3.0.2] / 21 August 2019
|
7 | 17 |
|
8 | 18 | ### Fixed
|
@@ -337,6 +347,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
|
337 | 347 | * Fixed a bug that clashed with QUnit (thanks [@kannix]).
|
338 | 348 | * Added volo support (thanks [@guybedford]).
|
339 | 349 |
|
| 350 | +[3.0.3]: https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3 |
340 | 351 | [3.0.2]: https://github.com/janl/mustache.js/compare/v3.0.1...v3.0.2
|
341 | 352 | [3.0.1]: https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1
|
342 | 353 | [3.0.0]: https://github.com/janl/mustache.js/compare/v2.3.2...v3.0.0
|
@@ -398,6 +409,8 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
|
398 | 409 | [#701]: https://github.com/janl/mustache.js/issues/701
|
399 | 410 | [#704]: https://github.com/janl/mustache.js/issues/704
|
400 | 411 | [#705]: https://github.com/janl/mustache.js/issues/705
|
| 412 | +[#713]: https://github.com/janl/mustache.js/issues/713 |
| 413 | +[#714]: https://github.com/janl/mustache.js/issues/714 |
401 | 414 |
|
402 | 415 | [@afc163]: https://github.com/afc163
|
403 | 416 | [@andersk]: https://github.com/andersk
|
@@ -444,3 +457,4 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
|
444 | 457 | [@Xcrucifier]: https://github.com/Xcrucifier
|
445 | 458 | [@yotammadem]: https://github.com/yotammadem
|
446 | 459 | [@yousefcisco]: https://github.com/yousefcisco
|
| 460 | +[@wol-soft]: https://github.com/wol-soft |
0 commit comments