Lib-Thymeleaf version 2.1.0 has been released

New version of lib-Thymeleaf is released.
It uses Thymeleaf 3.1.1

2 Likes

Congrats on the new release of this old workhorse :horse: :tada:

This is what Iā€™m excited about! From the release notes of Thymeleaf 3.1:

1.4 Core support for the java.time package
The thymeleaf-extras-java8time extras module has been integrated into the Thymeleaf core: the #temporals expression utility object is now always available.

We can now pass e.g. java.time.LocalDateTime into Thymeleaf and format it in the template itself!

That makes this a perfect fit with lib-time which can create instances of java.time.*-classes.

ā€“ Tom Arild

1 Like