Releases: SharpGrip/FluentValidation.AutoValidation
Releases · SharpGrip/FluentValidation.AutoValidation
v1.5.0
What's Changed
- add check on controller attribute by @mvdgun in #40
- add support for net 9 by @mvdgun in #42
- add null binding source by @mvdgun in #43
- improve and clarify the validator registration documentation by @mvdgun in #44
- use the parameter's runtime type to resolve the validator rather than its declared type by @icnocop in #47
- Fixed typo in README.md by @icnocop in #50
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- add validation interceptor functionality by @mvdgun in #22
- add interceptor logic per validator by @mvdgun in #23
- add auto validation attribute logic by @mvdgun in #28
- Removed dependency on IServiceProvider from endpoint and action filter constructors. by @mgernand in #30
New Contributors
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
What's Changed
- refactor: change the way action filter checks custom attribute in controller by @alshuriga in #3
- add customer result factory logic by @mvdgun in #6
New Contributors
- @alshuriga made their first contribution in #3
Full Changelog: v1.0.1...v1.1.0