This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: inferred/FreeBuilder
Releases · inferred/FreeBuilder
FreeBuilder 2.2.2
This release pretty-prints arrays in generated toString methods, but also issues a (suppressible) mutability warning at compile time (#400).
FreeBuilder 2.2.1
This release automatically copies all Jackson XML annotations to the generated builder (#396).
FreeBuilder 2.2.0
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.
FreeBuilder 2.1.1
This release improves generated code readability by importing most nested class names (#382).
FreeBuilder 2.1.0
This release adds extensive customization for lists of buildable properties.
FreeBuilder 2.0.0
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