Skip to content

Fluxzero 1.148.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:45

1.148.0 (2026-04-08)

Features

  • feat(serialization): support Kotlin type registry processing (c4eca4c)

    Add an explicit RegisterType.root override so Kotlin projects can register package prefixes without package-info.java.

    Update the type registry processor to merge prefixes and types across processing rounds and preserve Kotlin kapt outputs.

    Add kapt-backed regression coverage, including a Given/When/Then fixture test that deserializes Kotlin simple type names from JSON.

Documentation

  • docs(entities): add examples for multi-level `@​Apply` methods (77ae7b9)