Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:31
· 7 commits to main since this release

Added

  • Inferred nested object validation through ValidateNested(...).
  • Inferred collection element validation through ValidateEach(...).
  • Type-based nested validator overloads for explicit validator selection without manual construction.

Fixed

  • Resolved inferred nested validators from dependency injection so child validators can use constructor dependencies and registered lifetimes.
  • Built DI validator plans with the active service provider for compiled validators and diagnostics.
  • Avoided manual new validator construction in samples, README snippets, and benchmark nested validation setup.