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.1.0] / 13 September 2019
7
+
8
+ ### Added
9
+
10
+ * [ #717 ] : Added support .js files as views in command line tool, by [ @JEStaubach ] .
11
+
12
+ ### Fixed
13
+
14
+ * [ #716 ] : Bugfix for indentation of inline partials, by [ @yotammadem ] .
15
+
6
16
## [ 3.0.3] / 27 August 2019
7
17
8
18
### Added
@@ -347,6 +357,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
347
357
* Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
348
358
* Added volo support (thanks [ @guybedford ] ).
349
359
360
+ [ 3.1.0 ] : https://github.com/janl/mustache.js/compare/v3.0.3...v3.1.0
350
361
[ 3.0.3 ] : https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
351
362
[ 3.0.2 ] : https://github.com/janl/mustache.js/compare/v3.0.1...v3.0.2
352
363
[ 3.0.1 ] : https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1
@@ -411,6 +422,8 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
411
422
[ #705 ] : https://github.com/janl/mustache.js/issues/705
412
423
[ #713 ] : https://github.com/janl/mustache.js/issues/713
413
424
[ #714 ] : https://github.com/janl/mustache.js/issues/714
425
+ [ #716 ] : https://github.com/janl/mustache.js/issues/716
426
+ [ #717 ] : https://github.com/janl/mustache.js/issues/717
414
427
415
428
[ @afc163 ] : https://github.com/afc163
416
429
[ @andersk ] : https://github.com/andersk
@@ -426,6 +439,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
426
439
[ @Flaque ] : https://github.com/Flaque
427
440
[ @guybedford ] : https://github.com/guybedford
428
441
[ @imagentleman ] : https://github.com/imagentleman
442
+ [ @JEStaubach ] : https://github.com/JEStaubach
429
443
[ @jfmercer ] : https://github.com/jfmercer
430
444
[ @jrburke ] : https://github.com/jrburke
431
445
[ @kannix ] : https://github.com/kannix
0 commit comments