Releases: unbroken-dome/jackson-bean-validation
Releases · unbroken-dome/jackson-bean-validation
v0.6.0
v0.4.0
- Improved support for Kotlin nullability
- better support for nesting beans with either
@JsonValidated
or@Valid
on the property - added feature flag to support post-deserialization validation of entire bean (to support
@AssertTrue
-annotated validations)
v0.3.1
Minor improvements for compatibility with other modules
- Creator-based instantiation now passes the original set of properties & the
PropertyValueBuffer
- required for proper compatibility with the Kotlin module - When deserializing bean properties, call the delegate deserializer even for
null
s - some deserializers have special treatment of null tokens (e.g.OptionalDeserializer
fromJdk8Module
)
v0.3.0
Increase version to 0.3.0
v0.1.0
Initial commit