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.2.1] / 30 December 2019
7
+
8
+ ### Fixed
9
+
10
+ * [ #733 ] : Allow the CLI to use JavaScript views when the project has ES6 modules enabled, by [ @eobrain ] .
11
+
6
12
## [ 3.2.0] / 18 December 2019
7
13
8
14
### Added
@@ -411,6 +417,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
411
417
* Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
412
418
* Added volo support (thanks [ @guybedford ] ).
413
419
420
+ [ 3.2.1 ] : https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1
414
421
[ 3.2.0 ] : https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0
415
422
[ 3.1.0 ] : https://github.com/janl/mustache.js/compare/v3.0.3...v3.1.0
416
423
[ 3.0.3 ] : https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
@@ -480,6 +487,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
480
487
[ #716 ] : https://github.com/janl/mustache.js/issues/716
481
488
[ #717 ] : https://github.com/janl/mustache.js/issues/717
482
489
[ #728 ] : https://github.com/janl/mustache.js/issues/728
490
+ [ #733 ] : https://github.com/janl/mustache.js/issues/733
483
491
484
492
[ @afc163 ] : https://github.com/afc163
485
493
[ @andersk ] : https://github.com/andersk
@@ -490,6 +498,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
490
498
[ @cweider ] : https://github.com/cweider
491
499
[ @dasilvacontin ] : https://github.com/dasilvacontin
492
500
[ @djchie ] : https://github.com/djchie
501
+ [ @eobrain ] : https://github.com/eobrain
493
502
[ @EvanLovely ] : https://github.com/EvanLovely
494
503
[ @fallenice ] : https://github.com/fallenice
495
504
[ @Flaque ] : https://github.com/Flaque
0 commit comments