Releases: Liero/vNext.BlazorComponents.FluentValidation
Releases · Liero/vNext.BlazorComponents.FluentValidation
v1.1.3
v1.1.1
What's Changed
- fixed: Validation Message does not appearch in ValidationSummary for PropertyPaths like
Rows[0]
v1.1.0
What's Changed
- (#10) Feature/v1.1 - Thanks to @Liero
- ExposedValidateFieldAsync
andValidateModelAsync
methods and ValidationMessageStore property
- Ability to validate without affecting ValidationMessageStore (without showing errors)
- Fixed InvalidOperationException when evaluating PropertyPath on ICollection without indexer, e.g. HashSet
v1.0.0
What's Changed
First official release
- async validation
- severity levels
- customizable validation strategy
- customizable validator factory
Full Changelog: https://github.com/Liero/vNext.BlazorComponents.FluentValidation/commits/v1.0.0
Release v0.5
v0.5