All Versions
15
Latest Version
Avg Release Cycle
48 days
Latest Release
858 days ago
Changelog History
Page 2
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