Skip to main content

Release 5.0.2 - Changed boolean attributes behavior and remove kotlin dependency on Java HtmlFlow

· One min read
Miguel Gamboa
HtmlFlow Author

This release upgrades xsd2poet to 1.0.8, introducing two distinct modules: one for Java and another for the idiomatic Kotlin API.

HtmlFlow is now free of any Kotlin dependency, and only htmlflow-kotlin requires the Kotlin standard library.

In the new xsd2poet-java, the ElementVisitor no longer includes visitSuspending. The visitSuspending method is now exclusively part of the Kotlin version.

This release also resolves Issue 136.