A Play framework 1.x module to use Thymeleaf 2.0 as a template engine.
- Updated to thymeleaf v2.0.15
- Fixed the bug that enum classes were not loaded and could not be accessed from OGNL
- ModuleTemplateResolver can be configured with key “thymeleaf.modules”
- Updated to thymeleaf v2.0.11
- Refactored internal ExpressionEvaluator due to thymeleaf API update
- Updated to thymeleaf v2.0.8
- Fixed ClassNotFoundException for static application class in template
- Added SessionAdapter
- Updated dependency to thymeleaf 2.0.5
- Added Error processor (pl:error)
- Added optional template resolver class that loads template files from module
- Added optional PlayMessageResolver