Skip to main content

News

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

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.