Only some days after celebrating
Thymeleaf's 5th birthday,
Thymeleaf 3.0.1 has been just published.
This is a maintenance version, and should work as a drop-in replacement for 3.0.x versions.
Change log:
THYMELEAF CORE
-----------------
- Fixed bad results of integer division in some scenarios due to BigDecimal conversion.
- Fixed th:switch not correctly working with variable of type Byte.
- Fixed Java version compatibility issue when calling StandardCache.keySet() from Java 7.
- Improved error handling during initialisation of Jackson-based JavaScript serializer objects.
THYMELEAF SPRING3 AND SPRING4 INTEGRATIONS
------------------------------------------------
- Fixed registered custom editor not used for nested property path with double-brace syntax.
If you are interested, you can have a look at the list of issues at GitHub:
- thymeleaf:
https://github.com/thymeleaf/thymeleaf/issues?labels=version%3A3.0.1&milestone=11&state=closed- thymeleaf-spring:
https://github.com/thymeleaf/thymeleaf-spring/issues?labels=version%3A3.0.1&milestone=17&page=1&state=closedAnd of course visit the project website at
http://www.thymeleaf.orgRegards,
Daniel.