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.1] / 2 August 2018
7
+
8
+ ### Minor
9
+
10
+ * [ #643 ] : ` Writer.prototype.parse ` to cache by tags in addition to template string, by [ @raymond-lam ] .
11
+ * [ #664 ] : Fix ` Writer.prototype.parse ` cache, by [ @seminaoki ] .
12
+
13
+ ### Dev
14
+
15
+ * [ #666 ] : Install release tools with npm rather than pre-commit hook & ` Rakefile ` , by [ @phillipj ] .
16
+ * [ #667 ] , [ #668 ] : Stabilize browser test suite, by [ @phillipj ] .
17
+
18
+ ### Docs
19
+
20
+ * [ #644 ] : Document global Mustache.escape overriding capacity, by [ @paultopia ] .
21
+ * [ #657 ] : Correct ` Mustache.parse() ` return type documentation, by [ @bbrooks ] .
22
+
6
23
## [ 2.3.0] / 8 November 2016
7
24
8
25
### Minor
@@ -202,6 +219,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
202
219
* Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
203
220
* Added volo support (thanks [ @guybedford ] ).
204
221
222
+ [ 2.3.1 ] : https://github.com/janl/mustache.js/compare/v2.3.0...v2.3.1
205
223
[ 2.3.0 ] : https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0
206
224
[ 2.2.1 ] : https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
207
225
[ 2.2.0 ] : https://github.com/janl/mustache.js/compare/v2.1.3...v2.2.0
@@ -244,9 +262,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
244
262
[ #593 ] : https://github.com/janl/mustache.js/issues/593
245
263
[ #597 ] : https://github.com/janl/mustache.js/issues/597
246
264
[ #610 ] : https://github.com/janl/mustache.js/issues/610
265
+ [ #643 ] : https://github.com/janl/mustache.js/issues/643
266
+ [ #644 ] : https://github.com/janl/mustache.js/issues/644
267
+ [ #657 ] : https://github.com/janl/mustache.js/issues/657
268
+ [ #664 ] : https://github.com/janl/mustache.js/issues/664
269
+ [ #666 ] : https://github.com/janl/mustache.js/issues/666
270
+ [ #667 ] : https://github.com/janl/mustache.js/issues/667
271
+ [ #668 ] : https://github.com/janl/mustache.js/issues/668
247
272
248
273
[ @afc163 ] : https://github.com/afc163
249
274
[ @Andersos ] : https://github.com/Andersos
275
+ [ @bbrooks ] : https://github.com/bbrooks
250
276
[ @calvinf ] : https://github.com/calvinf
251
277
[ @cmbuckley ] : https://github.com/cmbuckley
252
278
[ @cweider ] : https://github.com/cweider
@@ -272,9 +298,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
272
298
[ @nagaozen ] : https://github.com/nagaozen
273
299
[ @norfish ] : https://github.com/norfish
274
300
[ @palkan ] : https://github.com/palkan
301
+ [ @paultopia ] : https://github.com/paultopia
275
302
[ @pgilad ] : https://github.com/pgilad
276
303
[ @phillipj ] : https://github.com/phillipj
277
304
[ @pra85 ] : https://github.com/pra85
305
+ [ @raymond-lam ] : https://github.com/raymond-lam
306
+ [ @seminaoki ] : https://github.com/seminaoki
278
307
[ @ShashankaNataraj ] : https://github.com/ShashankaNataraj
279
308
[ @simast ] : https://github.com/simast
280
309
[ @TiddoLangerak ] : https://github.com/TiddoLangerak
0 commit comments