Release 4.7
This release addresses two major issues in the underlying infrastructure of HtmlFlow:
-
Unified API Generators: Combines two previously separate API generators—one for Java and another for idiomatic Kotlin builders using function literals with receivers—into a single unified infrastructure.
-
Simplified Manual Integration: Streamlines the process of merging manually written builders (e.g.,
of(),dynamic(),async(),suspending(), etc.) with automatically generated HTML builders.