Skip to content

Releases: Blazored/FluentValidation

v2.2.0

29 May 22:30
5d2e221
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Dec 23:29
38d8fe4
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

📖 Documentation

  • (#164) Updated README.md to indicate the validator requirements - Thanks to @icnocop

v2.1.0-preview.2

05 Jun 15:19
Compare
Choose a tag to compare
v2.1.0-preview.2 Pre-release
Pre-release

What's Changed

🐛 Bug Fixes

v2.1.0-preview.1

10 May 00:19
f8eff24
Compare
Choose a tag to compare
v2.1.0-preview.1 Pre-release
Pre-release

What's Changed

🐛 Bug Fixes

🧰 Maintenance

v2.0.3

22 Oct 09:12
b862dfc
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • (#91) Passing parent model instead of nested type to resolve exception thrown by FluentValidation - Thanks to @icnocop

v2.0.1

09 Jun 15:33
45485a7
Compare
Choose a tag to compare

What's Changed

  • (#61) Add upper version constraint for FluentValidation dependency - Thanks to @JeremySkinner

🐛 Bug Fixes

v2.0.0

08 Apr 18:19
cf5b52b
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • (#59) Upgrade to FluentValidation v10 and a bit of tidying up - Thanks to @chrissainty

v1.4.1

20 Feb 18:43
e88697f
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • (#45) Add FluentValidation RuleSets and partial validation support - Thanks to @GioviQ

v1.3.2

27 Sep 21:19
cd0e981
Compare
Choose a tag to compare

What's Changed

  • (#35) Update EditContextFluentValidationExtensions.cs - Thanks to @zetterstrom

🐛 Bug Fixes

  • (#39) Better validators scan - Thanks to @GioviQ

🧰 Maintenance

v1.3.1

14 Jul 11:47
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • (#30) Move to GitHub Actions for CI - Thanks to @chrissainty
  • (#27) Update all packages and fix Fluent Validation breaking changes - Thanks to @mahmar
  • (#26) Update WebAssembly version to 3.2.0 + fix Age validation - Thanks to @StefH