|
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 | +## [4.1.0] / 6 December 2020 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +* [#764]: `render()` now recognizes a config object argument, by [@pineapplemachine]. |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +* [#764]: Ask custom `escape` functions to escape all types of values (including `number`s), by [@pineapplemachine]. |
| 15 | + |
6 | 16 | ## [4.0.1] / 15 March 2020 |
7 | 17 |
|
8 | 18 | ### Fixed |
@@ -467,6 +477,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
467 | 477 | * Fixed a bug that clashed with QUnit (thanks [@kannix]). |
468 | 478 | * Added volo support (thanks [@guybedford]). |
469 | 479 |
|
| 480 | +[4.1.0]: https://github.com/janl/mustache.js/compare/v4.0.1...v4.1.0 |
470 | 481 | [4.0.1]: https://github.com/janl/mustache.js/compare/v4.0.0...v4.0.1 |
471 | 482 | [4.0.0]: https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0 |
472 | 483 | [3.2.1]: https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1 |
@@ -543,6 +554,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
543 | 554 | [#731]: https://github.com/janl/mustache.js/issues/731 |
544 | 555 | [#735]: https://github.com/janl/mustache.js/issues/735 |
545 | 556 | [#739]: https://github.com/janl/mustache.js/issues/739 |
| 557 | +[#764]: https://github.com/janl/mustache.js/issues/764 |
546 | 558 |
|
547 | 559 | [@afc163]: https://github.com/afc163 |
548 | 560 | [@aielo]: https://github.com/aielo |
@@ -581,6 +593,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
581 | 593 | [@paultopia]: https://github.com/paultopia |
582 | 594 | [@pgilad]: https://github.com/pgilad |
583 | 595 | [@phillipj]: https://github.com/phillipj |
| 596 | +[@pineapplemachine]: https://github.com/pineapplemachine |
584 | 597 | [@pra85]: https://github.com/pra85 |
585 | 598 | [@raymond-lam]: https://github.com/raymond-lam |
586 | 599 | [@seminaoki]: https://github.com/seminaoki |
|
0 commit comments