Actix Web Validator Versions Save

Rust library for providing validation mechanism to actix-web with Validator crate.

5.0.1

1 year ago

[5.0.1] 2022-08-25

Fixed

  • Update README

5.0.0

1 year ago

[5.0.0] 2022-08-25

Chaged

  • #37: Update validator dependency to 0.16

4.0.0

1 year ago

[4.0.0] 2022-07-18

Added

  • #36: Support for nested errors in default output

Chaged

  • #34: Update validator dependency to 0.15

3.0.0

2 years ago

[3.0.0] 2022-03-15

Added

  • #29: Add actix-web 4.x support.

Changed

  • Rust edition changed to 2021.

Removed

  • #29: ValidatedJson ValidatedQuery and ValidatedPath now removed.

2.2.0

2 years ago

[2.2.0] 2021-10-04

Added

  • #27: Add validation support for Form extractor.

2.1.1

3 years ago

[2.1.1] 2021-06-07

Fixed

  • Fix QsQuery and QsQueryConfig documentation.

2.1.0

3 years ago

[2.1.0] 2021-06-07

Added

  • #23: Add serde_qs support query deserialization.
  • #20: Adds some additional information about validation errors into default HTTP response.

Deprecated

  • Deprecate of reexporting validator::Validate trait.