Skip to content

Releases: SharpGrip/FluentValidation.AutoValidation

v1.4.0

17 Dec 02:17
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First stable release!