Skip to main content

News

Release 5.0.1 - New multi-module architecture

· One min read
Miguel Gamboa
HtmlFlow Author

Starting with version 5, the Java and Kotlin APIs are provided in separate modules.

As a result, the core Java HtmlFlow module no longer depends on the Kotlin coroutines library or jsoup (which is now only required by the reverse-engineering tool Flowifier, moved to its own module).

Release 4.8

· One min read
Miguel Gamboa
HtmlFlow Author

This release removes the Guava dependency, previously used only for HTML text escaping, and replaces it with the original HTML escaping source code.

Release 4.7

· 2 min read
Miguel Gamboa
HtmlFlow Author

This release addresses two major issues in the underlying infrastructure of HtmlFlow:

  1. 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.

  2. Simplified Manual Integration: Streamlines the process of merging manually written builders (e.g., of(), dynamic(), async(), suspending(), etc.) with automatically generated HTML builders.