Skip to content

0.10.0

Choose a tag to compare

@kolan72 kolan72 released this 03 Jul 15:40
· 94 commits to main since this release
  • Introduced the QuickValidator.ValidateAsync<T>(T, Action<IRuleBuilderOptions<T, T>>, string, Action<T>, CancellationToken) extension method.
  • Introduced the QuickValidator.ValidateAsync<T>(T, Action<IRuleBuilderOptions<T, T>>, PropertyNameMode, Action<T>, CancellationToken) extension method.
  • Split ExpressValidator.sln into two: the original and ExpressValidator.Extensions.DependencyInjection.sln.
  • Edit 'Quick Validation' README Chapter.
  • Edit 'Quick Validation' NuGet README Chapter.