Releases: Blazored/FluentValidation
Releases · Blazored/FluentValidation
v2.2.0
What's Changed
- Make full validation result details available (also per field) by @luetm in #212
- Cannot await void. by @p6laris in #208
- Addresses an issue with collection expressions in C# 12 by @Schaeri in #214
- fix code formatting in README.md by @ddjerqq in #184
- Adding bUnit tests by @pwelter34 in #227
- Adding bUnit tests by @luetm in #218
- add .net 8 support by @pwelter34 in #228
New Contributors
- @luetm made their first contribution in #212
- @p6laris made their first contribution in #208
- @Schaeri made their first contribution in #214
- @ddjerqq made their first contribution in #184
- @pwelter34 made their first contribution in #227
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- (#151) Update Nugets - Thanks to @tothalexlaszlo
🧰 Maintenance
- (#173) Add net7 TFM and update package versions - Thanks to @chrissainty
📖 Documentation
v2.1.0-preview.2
v2.1.0-preview.1
What's Changed
- (#111) upgrade to .net6 - Thanks to @OliverBack
- (#101) Optimization of the ToFieldIdentifier method. - Thanks to @adamradocz
🐛 Bug Fixes
- (#132) Reverted ValidateField to use FieldIdentifier.Model - Thanks to @chrissainty
- (#116) small async fix - awaiting validation handlers - Thanks to @youugotssponged
🧰 Maintenance
- (#127) Update FluentValidation to 11.0.0 - Thanks to @KuraiAndras
- (#131) Updated CI builds for main and PR - Thanks to @chrissainty
- (#112) added icon to pack - Thanks to @OliverBack
v2.0.3
v2.0.1
What's Changed
- (#61) Add upper version constraint for FluentValidation dependency - Thanks to @JeremySkinner
🐛 Bug Fixes
- (#70) Updated FluentValidation to 10.2.0 for #69 - Thanks to @vinod-vetrivel
v2.0.0
What's Changed
🧰 Maintenance
- (#59) Upgrade to FluentValidation v10 and a bit of tidying up - Thanks to @chrissainty
v1.4.1
v1.3.2
What's Changed
- (#35) Update EditContextFluentValidationExtensions.cs - Thanks to @zetterstrom
🐛 Bug Fixes
🧰 Maintenance
- (#40) Added missing MIT license - Thanks to @chrissainty