Skip to content

Releases: ryanelian/FluentValidation.Blazor

4.0.0

Choose a tag to compare

@ryanelian ryanelian released this 17 Nov 10:41

Version 4.0.0 BREAKING CHANGES:

  • Package now targets .NET 5 project.

If working with .NET Core 3.1 projects, use the version 3.0.0 package!

3.0.0

3.0.0 Pre-release
Pre-release

Choose a tag to compare

@ryanelian ryanelian released this 21 Jul 16:04
76b79ec

BREAKING CHANGES:

  • Package is now only compatible with ASP.NET Core Blazor 3.1 LTS (Server-Side) and 3.2 (WebAssembly)
  • FluentValidation package is upgraded to version 9 due to popular demands. Make sure your project has FluentValidation version 9 also!
  • Internal: async validations are now truly async. This change should not have any visible effect on your app.

2.1.0

Choose a tag to compare

@ryanelian ryanelian released this 01 Apr 08:46
  • Added internal UnhandledValidationException for logging unhandled form validation exceptions.

2.0.0

Choose a tag to compare

@ryanelian ryanelian released this 07 Mar 18:08

Version 2.0.0 BREAKING CHANGES:

  • Changed component namespace from FluentValidation.FluentValidator to Microsoft.AspNetCore.Components.Forms.FluentValidator to solve namespace-related issues when used in projects with Accelist.* namespace!
  • Set ServiceScope property in component to private. (Accidentally made public!)