Skip to content

Releases: kellpossible/form-validation

v0.3.1

11 Aug 15:25
Compare
Choose a tag to compare

New Features

  • Implement PartialEq for ValidationError and ValidationErrors.

v0.3.0

08 Aug 10:44
Compare
Choose a tag to compare

New Features

  • Introduce a new type_id field for ValidationError, which allows the error to be programmatically identified for purposes such as unit testing.

Breaking Changes

  • A new argument required for ValidationError::new() called type_id.

v0.2.0

04 Aug 13:08
d6b6890
Compare
Choose a tag to compare

New Features

  • Add support for an optional "async" crate feature, which adds an alternative async version of the API, and conversion traits from synchronous to asynchronous versions of types.

Breaking Changes

  • Consolidate Validator::validator() and Validator::validator_fn() into a single Validator::validator() method which is generic over Into<ValidatorFn>.

Internal

  • Refactoring code into separate modules.

v0.1.1

20 Jul 09:10
Compare
Choose a tag to compare
  • Updated Cargo.toml metadata.
  • Link to this changelog in the README.

v0.1.0

20 Jul 09:10
Compare
Choose a tag to compare

Initial release