Releases: gengteng/axum-valid
Releases · gengteng/axum-valid
v0.19.0
Changed
- Upgrade garde to 0.20.0.
- Upgrade axum-serde to 0.5.0.
v0.18.0
Changed
- Upgrade validator to 0.18.1.
- Upgrade validify to 1.4.0.
- Upgrade axum-serde to 0.4.1.
v0.17.0
Changed
- Upgrade validator to 0.17.0.
- Refactor argument-based validation using validator.
v0.16.0
Added
- Add support for
Sonic<T>
from axum-serde.
Changed
- Upgrade axum-serde to 0.3.0.
- Remove unnecessary development dependencies.
v0.14.0
- Add support for aide through the 'aide' feature. #18
- Upgrade garde to 0.17.0.
- Upgrade validify to 1.3.0. #19 (This update also resulted in some refactoring. Please refer to the README.md for the latest examples.)
v0.13.0
- Update axum-serde from 0.1.0 to 0.2.0
v0.12.0
- Update axum from 0.6 to 0.7 #16 .
- Use
axum-serde
instead of axum-yaml
and axum-msgpack
.
- Add Support for
Xml
, Toml
from axum-serde
.
v0.12.0-alpha
Update axum from 0.6 to 0.7.
Note: This is an alpha version. It currently supports extractors from axum 0.7 and axum-extra 0.9 only. Support for extractors from axum-yaml, axum-msgpack, and axum_typed_multipart will be provided once their dependencies are updated.
v0.11.0
- Added support for
validify
.
- Introduced four new extractors using validify:
Validated
, Modified
, Validified
, and ValidifiedByRef
.