Skip to main content

Release 3.7

· One min read
Miguel Gamboa
HtmlFlow Author

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.