Skip to content

3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryanelian ryanelian released this 21 Jul 16:04
· 6 commits to master since this release
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.