Skip to content

Releases: rambler-digital-solutions/actix-web-validator

6.0.0

03 Aug 23:14
6.0.0
9961dae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...6.0.0

5.0.1

25 Aug 12:36
5.0.1
7d556fe
Compare
Choose a tag to compare

[5.0.1] 2022-08-25

Fixed

  • Update README

5.0.0

25 Aug 12:29
5.0.0
ab377a3
Compare
Choose a tag to compare

[5.0.0] 2022-08-25

Chaged

  • #37: Update validator dependency to 0.16

4.0.0

18 Jul 15:51
4.0.0
5f551c3
Compare
Choose a tag to compare

[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

15 Mar 10:29
3.0.0
f8c3d10
Compare
Choose a tag to compare

[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

05 Oct 10:13
2.2.0
58e7296
Compare
Choose a tag to compare

[2.2.0] 2021-10-04

Added

  • #27: Add validation support for Form extractor.

2.1.1

07 Jun 17:15
2.1.1
c91f312
Compare
Choose a tag to compare

[2.1.1] 2021-06-07

Fixed

  • Fix QsQuery and QsQueryConfig documentation.

2.1.0

07 Jun 16:41
2.1.0
fc5ad81
Compare
Choose a tag to compare

[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.