Releases: mrpmorris/blazor-validation
Releases · mrpmorris/blazor-validation
3.2.0
24 Nov 16:29
Compare
Sorry, something went wrong.
No results found
3.1.5
19 Dec 11:31
Compare
Sorry, something went wrong.
No results found
Support .NET 8 and 9 only.
3.0
30 Jun 10:46
Compare
Sorry, something went wrong.
No results found
Add OnTransformModel delegate to allow the model to be transformed before validation (This is useful when using endpoint-centric APIs).
2.0
02 Jan 12:41
Compare
Sorry, something went wrong.
No results found
Add support for .NET 7
Drop unsupported frameworks
1.8
05 May 14:01
Compare
Sorry, something went wrong.
No results found
Use Services.TryAddScoped instead of Services.AddScoped in case the consuming app has already registered validators
Support Blazor 6
1.7
01 May 10:37
Compare
Sorry, something went wrong.
No results found
Upgrade to FluentValidation 10 #31
Do not traverse structs when validating an object tree #33
1.6
10 Jan 22:14
Compare
Sorry, something went wrong.
No results found
Suport FluentValidation's RuleForEach and ChildRules
Support .NET 5.0
11 Nov 20:53
Compare
Sorry, something went wrong.
No results found
.NET 5 support (fixes #19) (#21)
* Support .NET 5.0
1.4.0
26 Jul 17:55
Compare
Sorry, something went wrong.
No results found
Upgrade to FluentValidation 9.0
1.3.1
06 Feb 09:40
Compare
Sorry, something went wrong.
No results found
Added EditContext.ValidateProperties to validate a sub-set of a form's model and return true/false if valid.