33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
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+
616## [ 3.0.3] / 27 August 2019
717
818### Added
@@ -347,6 +357,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
347357 * Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
348358 * Added volo support (thanks [ @guybedford ] ).
349359
360+ [ 3.1.0 ] : https://github.com/janl/mustache.js/compare/v3.0.3...v3.1.0
350361[ 3.0.3 ] : https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
351362[ 3.0.2 ] : https://github.com/janl/mustache.js/compare/v3.0.1...v3.0.2
352363[ 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
411422[ #705 ] : https://github.com/janl/mustache.js/issues/705
412423[ #713 ] : https://github.com/janl/mustache.js/issues/713
413424[ #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
414427
415428[ @afc163 ] : https://github.com/afc163
416429[ @andersk ] : https://github.com/andersk
@@ -426,6 +439,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
426439[ @Flaque ] : https://github.com/Flaque
427440[ @guybedford ] : https://github.com/guybedford
428441[ @imagentleman ] : https://github.com/imagentleman
442+ [ @JEStaubach ] : https://github.com/JEStaubach
429443[ @jfmercer ] : https://github.com/jfmercer
430444[ @jrburke ] : https://github.com/jrburke
431445[ @kannix ] : https://github.com/kannix
0 commit comments