Skip to content

Commit

Permalink
prepare release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Feb 28, 2020
1 parent d6e61e6 commit 4be8933
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Just add following dependency definitions to your `pom.xml`.
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>jade4j</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down Expand Up @@ -302,6 +302,9 @@ You can read more about this in the [JEXL documentation](http://commons.apache.o
<a name="breaking-changes"></a>
## 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.
Expand Down

0 comments on commit 4be8933

Please sign in to comment.