File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
+ ## [ 2.3.2] / 17 August 2018
7
+
8
+ This release is made to revert changes introduced in [ 2.3.1] that caused unexpected behaviour for several users.
9
+
10
+ ### Minor
11
+
12
+ * [ #670 ] : Rollback template cache causing unexpected behaviour, by [ @raymond-lam ] .
13
+
6
14
## [ 2.3.1] / 7 August 2018
7
15
8
16
### Minor
@@ -219,6 +227,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
219
227
* Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
220
228
* Added volo support (thanks [ @guybedford ] ).
221
229
230
+ [ 2.3.2 ] : https://github.com/janl/mustache.js/compare/v2.3.1...v2.3.2
222
231
[ 2.3.1 ] : https://github.com/janl/mustache.js/compare/v2.3.0...v2.3.1
223
232
[ 2.3.0 ] : https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0
224
233
[ 2.2.1 ] : https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
@@ -269,6 +278,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
269
278
[ #666 ] : https://github.com/janl/mustache.js/issues/666
270
279
[ #667 ] : https://github.com/janl/mustache.js/issues/667
271
280
[ #668 ] : https://github.com/janl/mustache.js/issues/668
281
+ [ #670 ] : https://github.com/janl/mustache.js/issues/670
272
282
273
283
[ @afc163 ] : https://github.com/afc163
274
284
[ @Andersos ] : https://github.com/Andersos
Original file line number Diff line number Diff line change 567
567
} ;
568
568
569
569
mustache . name = 'mustache.js' ;
570
- mustache . version = '2.3.1 ' ;
570
+ mustache . version = '2.3.2 ' ;
571
571
mustache . tags = [ '{{' , '}}' ] ;
572
572
573
573
// All high-level mustache.* functions use this writer.
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >mustache.js</id >
5
- <version >2.3.1 </version >
5
+ <version >2.3.2 </version >
6
6
<authors >mustache.js Authors</authors >
7
7
<licenseUrl >https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl >
8
8
<projectUrl >http://mustache.github.com/</projectUrl >
You can’t perform that action at this time.
0 commit comments