Releases: JodaOrg/joda-beans
Releases · JodaOrg/joda-beans
Release v1.9.1
Release v1.9
Release v1.8
Release v1.5.1
See release notes
Release v1.5
- Optimise internals of generated builders to use immutable collections, #96
- Provide details of files changed by code generation, to be used by tools, #99
- Standard format for exception messages, to be used by tools, #98
- Add related projects page to website
- Fixed parsing of verbose command line flag. #97
See release notes
Release v1.4
- Support Optional properties in serialization, #93
- Support Optional return type for getters of nullable properties, #92
- Generate serialization version id, #94
- Add ImmutablePreBuild annotation, #95
- Avoid including derived properties in equals/hashCode, #91
- Add support for protected scope getters and setters, #90
See release notes
Release v1.3
Release v1.2
- Add ability to iterate over all the beans within a bean, #84
- Add ability to declare alias for property, #82
- Add option to allow property values to be defaulted on immutable beans, #80
- Add option to allow hash codes to be cached, #79
- Fix parsing of class name with extends clause union types, #83
- Fix parsing of class name with extends clause generics of type with 2 generic parameters, #81
See change notes
Release v1.1
- Add JSON round-trip serialization., #75
- Use effective type exposed by Joda-Convert in serialization, #76
- Add @OverRide annotation on toBuilder(), #73
- Reduce scope of serialization helper classes which should not have been public (incompatibility)
See change notes
Release v1.0.2
- Fix enum subclass serialization, #72
See change notes