Skip to content

v2.2.0

Compare
Choose a tag to compare
@Chrimle Chrimle released this 18 Nov 20:35
· 56 commits to main since this release
46724a4

What's Changed

New Features

  • Add Bean Validation @Email annotation to fields with format: email by @Chrimle in #224

    Added Bean Validation for String fields with the format property set to email. This property value will annotate the generated field with @Email. Requires the useBeanValidation configOption to be set to true. The format property remains optional.

Full Changelog: v2.1.1...v2.2.0