Thymeleaf 3.0.0 正式发布。 主要更新内容:
删除任何 th:inline="text" 属性
thymeleaf-spring4 集成包和Java配置显示Thymeleaf3结构
Thymeleaf3.0不再基于XML
详情: the Thymeleaf 3.0.0.BETA03 announcement .
新模板模式有: HTML、 XML、 TEXT、 JAVASCRIPT、 CSS、 RAW
片段表达式
New syntax for textual template modes
Inlined output expressions
Refactoring of the inlining mechanism
The NO-OP token.
Decoupled Template Logic.
New event-based template processing engine
Configuring the SpringEL compiler .
New extension point: Link Builders
Generalisation of the IEngineContext mechanism .
New Dialect API
New Pre-Processor and Post-Processor APIs
New Processor API
Refactoring of the Template Resolution API
Refactoring of the Context API
Refactoring of the Message Resolution API
下载地址: