Release 3.7
· One min read
When a parent template is initialized with a PrintStream, any internal use of addPartial() will now implicitly use that PrintStream, regardless of the output approach defined during the partial view's instantiation.
This feature introduces a couple of new internal methods, including newby() in HtmlVisitor, which creates a new instance of the same type while preserving indentation.
Resolves Pull Request 75.