Skip to content

v0.17.0

Choose a tag to compare

@ya7010 ya7010 released this 13 Jan 04:42
· 228 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.