This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Releases: inferred/FreeBuilder
Releases · inferred/FreeBuilder
v1.0.2
v1.0.1
v1.0
This is the first public release of @Freebuilder.
1.0 Release Candidate 11
This release fixes a regression in GWT support in v1.0-rc10.
1.0 Release Candidate 10
1.0 Release Candidate 9
This release fixes a bug that caused compilation errors in generated code under certain circumstances (issue #61).
1.0 Release Candidate 8
Properties may now be declared @Nullable
(issue #2). We still recommend using Optional
over nulls whenever possible, as it leads to fewer programming errors; see the README for more details.
Additionally, this release:
- emits idiomatic Java 7 code when possible (#4)
- fixes a bug causing illegal code to be generated when using
Optional
properties with wildcards (#29) - fixes possible forward-compatibility issues that might have prevented @Freebuilder from working with JDK 10+ (#53)