Release 3.3
· One min read
This release introduces the following changes:
- Upgraded to Java 11.
- Upgraded to
HtmlApiFasterApiversion 1.7. - Added a
HtmlPartialsclass in the unit tests project with sample use cases. - Disabled the use of chained calls to
dynamic()to prevent unexpected cache behavior. - Added support to disable HTML output indentation via the
setIndented(boolean)setter onHtmlViewand the corresponding property inHtmlVisitorCache. - Fixed support for
preelements inbodyas described in issue #46, including the ability to disable pretty print HTML indentation.