Skip to content

v0.17.0

Compare
Choose a tag to compare
@yassun7010 yassun7010 released this 13 Jan 04:42
· 165 commits to main since this release
26f483a

New Features

  • #19 support closure custom function.

Notable Changes

  • #[rule(validation_method(val))] is deprecated. Please use #[validate(custom(|s| validation_method(&s.val))) instead.
  • serde_valid::validation::error::CustomMessage changes to serde_valid::validation::error::Format.
  • ToDefaultMessage trait changes to FormatDefault trait.
  • IntoLocalization trait changes to Localize trait.