Skip to content

Releases: ryanelian/FluentValidation.Blazor

4.0.0

17 Nov 10:41
Compare
Choose a tag to compare

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

21 Jul 16:04
76b79ec
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

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

01 Apr 08:46
Compare
Choose a tag to compare
  • Added internal UnhandledValidationException for logging unhandled form validation exceptions.

2.0.0

07 Mar 18:08
Compare
Choose a tag to compare

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!)