From 4be89334b4960a202c789a7f60a29824b77772a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Blo=CC=88mer?= Date: Fri, 28 Feb 2020 09:18:11 +0100 Subject: [PATCH] prepare release 1.3.1 --- History.md | 6 ++++++ README.md | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index aa6c9280..317fb8a2 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ # History + +## 1.3.1 / 2020-02-28 +* Fixed issue #191: Scoping Issue with nested loops +* Fixed issue #187: maven pom flexmark-all is too much +* Fixed issue #188: Unit tests failures on default Windows console + ## 1.3.0 / 2019-10-10 * removed obsolete basePath handling. Basepath Should be configured in the FileTemplateLoader * made file extension configurable. removed last static jade extension check. diff --git a/README.md b/README.md index c6b0a714..69ea42ae 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Just add following dependency definitions to your `pom.xml`. de.neuland-bfi jade4j - 1.3.0 + 1.3.1 ``` @@ -302,6 +302,9 @@ You can read more about this in the [JEXL documentation](http://commons.apache.o ## Breaking Changes +### 1.3.1 +- Fixed a mayor scoping bug in loops. Use this version and not 1.3.0 + ### 1.3.0 - setBasePath has been removed from JadeConfiguration. Set folderPath on FileTemplateLoader instead. - Scoping of variables in loops changed, so its more in line with jade. This could break your template.