Skip to content

0.7.0: Custom validations

Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 17 Sep 11:17
· 42 commits to main since this release
1cdd3b9
  • Enhances custom validations by adding validate and overloading required and ifPresent to transform data before doing the validation, see the "custom validations" section of the README (#65 by @NikkyAI and @dhoepelman)
  • Adds support for adding validations on zero-argument functions, which is especially useful for Java getters (#65 by @NikkyAI)