Skip to content

Releases: SharpGrip/FluentValidation.AutoValidation

v2.0.0

05 Feb 00:47

Choose a tag to compare

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

Full Changelog: v1.5.0...v2.0.0

v1.5.0

14 Jan 17:40

Choose a tag to compare

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

17 Dec 02:17

Choose a tag to compare

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

19 Oct 13:50
9c95cda

Choose a tag to compare

What's Changed

  • fix unvalidated entries when validation is skipped due to annotation configuration by @mvdgun in #18

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Oct 19:44

Choose a tag to compare

What's Changed

  • enable optional validation on custom binding source models by @JonAdamsFromNC in #14
  • add path binding source validation by @mvdgun in #16

New Contributors

  • @JonAdamsFromNC made their first contribution in #14

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Sep 14:26

Choose a tag to compare

What's Changed

  • add .net 8 support by @mvdgun in #10
  • add configurable validation for binding sources by @mvdgun in #8

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Sep 13:38

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0

v1.0.1

21 Aug 13:44
5322264

Choose a tag to compare

What's Changed

  • add check if the parameter exists in the action arguments by @mvdgun in #2

New Contributors

  • @mvdgun made their first contribution in #2

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Aug 21:44

Choose a tag to compare

First stable release!