Skip to content

Releases: yassun7010/serde_valid

v0.21.0

19 May 03:12
Compare
Choose a tag to compare

Breaking Change

  • remove flatten feature (#66)

v0.20.0

14 May 12:41
Compare
Choose a tag to compare

New features:

v0.18.0

14 Jan 14:12
e68bc8a
Compare
Choose a tag to compare

New features:

v0.17.0

13 Jan 04:42
26f483a
Compare
Choose a tag to compare

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.

v0.16.3

30 Jul 05:44
Compare
Choose a tag to compare

What's Changed

  • Fix: pattern test. by @yassun4dev in #14
  • Support raw type field name by @yassun4dev in #15
  • Update: README. by @yassun4dev in #16

Full Changelog: v0.16.2...v0.16.3