All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update README
- #37: Update validator dependency to 0.16
- #36: Support for nested errors in default output
- #34: Update validator dependency to 0.15
- #29: Add actix-web 4.x support.
- Rust edition changed to 2021.
- #29: ValidatedJson ValidatedQuery and ValidatedPath now removed.
- #27: Add validation support for Form extractor.
- Fix QsQuery and QsQueryConfig documentation.
- #23: Add serde_qs support query deserialization.
- #20: Adds some additional information about validation errors into default HTTP response.
- Deprecate of reexporting
validator::Validate
trait.
- #17: Add reexport of Validate trait from validator.
- #16: Update validator dependency to 0.12.
- #15: Disable default features for actix-web dependency.
- #13: Add actix-web 3.x.x support.
ValidatedJson
,ValidatedQuery
andValidatedPath
are depricated in favor of same names from actix (Json
,Query
andPath
).
- #11: Add actix-web 2.0.0 support.
- Add documnetation link and Readme into crates.io page.
- #6: Add Deref trait implementation for VaidatedQuery.
- #5: Add ValidatedJson implementation.
- #3: Add ValidatedPath implementation.
- #2: Add tests.
- #1: Add documentation.
- Add implementation of
ValidatedQuery