Skip to content

v0.7.0

Compare
Choose a tag to compare
@jprochazk jprochazk released this 27 Mar 21:01
· 281 commits to main since this release

Breaking changes

  • Added skip rule
  • Each field in a struct or enum annotated #[derive(garde::Validate)] must now have:
    • At least one validation rule
    • The dive rule, which performs validation of the nested value
    • The skip rule, which skips validating that field

What's Changed

Full Changelog: https://github.com/jprochazk/garde/compare/v0.6.1..v0.7.0