All Versions
15
Latest Version
Avg Release Cycle
48 days
Latest Release
1231 days ago

Changelog History
Page 2

  • v2.2.1 Changes

    January 24, 2019

    ๐Ÿš€ This release automatically copies all Jackson XML annotations to the generated builder (#396).

  • v2.2.0 Changes

    January 24, 2019

    ๐Ÿš€ This release extends Optional support to OptionalInt, OptionalLong and OptionalDouble (#171). Note that this is an API-breaking change if you have properties of this type; see the 2.2 release notes for more information.

  • v2.1.1 Changes

    January 24, 2019

    ๐Ÿš€ This release improves generated code readability by importing most nested class names (#382).

  • v2.1.0 Changes

    January 17, 2019

    ๐Ÿš€ This release adds extensive customization for lists of buildable properties.

  • v2.0.0 Changes

    January 17, 2019

    ๐Ÿš€ This release contains the following API-breaking changes:

    • ๐Ÿ›  uses primitive, not boxed, functional interfaces where possible (fixes #287)
    • ๐Ÿ›  no longer ships with JSR-305's Nullable annotation (fixes #289)
    • โœ‚ removes support for Java 6/7 (closes #307)

    โฌ†๏ธ See upgrading from v1 for more