Releases: ranger-ross/actix-web-validation
Releases · ranger-ross/actix-web-validation
v0.6.0
v0.5.1
What's Changed
- Added spellcheck ci and fixed typos by @ranger-ross in #32
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Removed
futures-core
dependency by @ranger-ross in #28 - internal: Used definition macro in custom validation by @ranger-ross in #29
- Added badges by @ranger-ross in #30
- Added Error handler extensions for
ServiceConfig
by @ranger-ross in #31
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- chore: bump derive more in dev-dependencies by @ranger-ross in #23
- chore: Added trait validated_definition macro by @ranger-ross in #24
- Reduced string allocation during garde validation error (clippy lint) by @ranger-ross in #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Feature
- Implemented
Debug
forValidated<T>
whenT
isDebug
- Improved documentation
What's Changed
- Added MSRV and improved CI by @ranger-ross in #15
- Added more documentation by @ranger-ross in #17
- Implemented
Debug
forValidated<T>
whenT
isDebug
by @ranger-ross in #20 - Added examples and more documentation by @ranger-ross in #18
- Implemented
Debug
forcustom::Validated<T>
whenT
isDebug
by @ranger-ross in #21
Full Changelog: v0.3.0...v0.4.0
v0.3.0
New Feature
Added actix_web_validation::Validated
when there is only 1 feature flag enabled.
What's Changed
- Added single Validated import by @ranger-ross in #11
- Updated README and bumped version to 0.3.0 by @ranger-ross in #12
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Added doc/unit tests and CI by @ranger-ross in #8
- Added ability to use custom validation implementation by @ranger-ross in #9
- Adding more tests and renamed custom validation error handler fn by @ranger-ross in #10
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Cleanup deps and flags and improve docs by @ranger-ross in #5
- Improve docs.rs documentation by @ranger-ross in #6
New Contributors
- @ranger-ross made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
Initial Release
v0.1.0 Removed Cargo.lock