Skip to content

Releases: mrpmorris/blazor-validation

3.0

30 Jun 10:46
857a9cc
Compare
Choose a tag to compare
  • 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
24fb06b
Compare
Choose a tag to compare
2.0
  • Add support for .NET 7
  • Drop unsupported frameworks

1.8

05 May 14:01
38068ad
Compare
Choose a tag to compare
1.8
  • 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
cac4431
Compare
Choose a tag to compare
1.7
  • Upgrade to FluentValidation 10 #31
  • Do not traverse structs when validating an object tree #33

1.6

10 Jan 22:14
Compare
Choose a tag to compare
1.6

Suport FluentValidation's RuleForEach and ChildRules

Support .NET 5.0

11 Nov 20:53
Compare
Choose a tag to compare
.NET 5 support (fixes #19) (#21)

* Support .NET 5.0

1.4.0

26 Jul 17:55
Compare
Choose a tag to compare

Upgrade to FluentValidation 9.0

1.3.1

06 Feb 09:40
Compare
Choose a tag to compare

Added EditContext.ValidateProperties to validate a sub-set of a form's model and return true/false if valid.

1.2.0

05 Feb 19:44
Compare
Choose a tag to compare

Sign assemblies

Return bool from EditContext.ValidateProperty

1.1.0-dotnet3.1.0-preview4.19579.2

09 Dec 19:46
aaa1df1
Compare
Choose a tag to compare
Pre-release
Upgrade to 3.1 preview 4 (#9)