Releases: SharpGrip/FluentValidation.AutoValidation
Releases · SharpGrip/FluentValidation.AutoValidation
v2.0.0
What's Changed
- Add Markdown Syntax Highlighting for C# by @Mehdi-Aghaei in #62
- Introduce support for headers automatic validation by @dgeorgiev-taurex in #65
- remove obsolete validation attribute by @mvdgun in #68
- change supported target frameworks by @mvdgun in #70
- support struct model types by @mvdgun in #75
- 74 allow validation of the struct dto or explicitly document unsupported types by @mvdgun in #77
- improve interceptorsa and result factories by @mvdgun in #78
- add support for collections by @mvdgun in #79
- 74 allow validation of the struct dto or explicitly document unsupported types by @mvdgun in #80
- add logging by @mvdgun in #81
- 72 add logging by @mvdgun in #82
New Contributors
- @Mehdi-Aghaei made their first contribution in #62
- @dgeorgiev-taurex made their first contribution in #65
Full Changelog: v1.5.0...v2.0.0
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