Skip to content

Releases: mrpmorris/blazor-validation

3.1.5

19 Dec 11:31

Choose a tag to compare

Support .NET 8 and 9 only.

3.0

30 Jun 10:46
857a9cc

Choose a tag to compare

3.0
  • 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

Choose a tag to compare

2.0
  • Add support for .NET 7
  • Drop unsupported frameworks

1.8

05 May 14:01
38068ad

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

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

Choose a tag to compare

1.6

Suport FluentValidation's RuleForEach and ChildRules

Support .NET 5.0

11 Nov 20:53

Choose a tag to compare

.NET 5 support (fixes #19) (#21) * Support .NET 5.0

1.4.0

26 Jul 17:55

Choose a tag to compare

Upgrade to FluentValidation 9.0

1.3.1

06 Feb 09:40

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

Choose a tag to compare

Sign assemblies

Return bool from EditContext.ValidateProperty