Releases: mrpmorris/blazor-validation
Releases · mrpmorris/blazor-validation
3.0
- Add OnTransformModel delegate to allow the model to be transformed before validation (This is useful when using endpoint-centric APIs).
2.0
- Add support for .NET 7
- Drop unsupported frameworks
1.8
- Use
Services.TryAddScoped
instead of Services.AddScoped
in case the consuming app has already registered validators
- Support Blazor 6
1.7
- Upgrade to FluentValidation 10 #31
- Do not traverse structs when validating an object tree #33
1.6
Suport FluentValidation's RuleForEach
and ChildRules
Support .NET 5.0
.NET 5 support (fixes #19) (#21)
* Support .NET 5.0
1.4.0
Upgrade to FluentValidation 9.0
1.3.1
Added EditContext.ValidateProperties to validate a sub-set of a form's model and return true/false if valid.
1.2.0
Sign assemblies
Return bool
from EditContext.ValidateProperty