Skip to content

Releases: DamianEdwards/MiniValidation

v0.9.1

22 Apr 22:31
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidation/0.9.1

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

15 Oct 17:14
ce56e98
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidation/0.9.0

What's Changed

  • Support runtime property attributes via TypeDescriptor by @warappa in #53

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 Jun 21:43
969018c
Compare
Choose a tag to compare

Available on NuGet at https://www.nuget.org/packages/MiniValidation/0.8.0

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.4

17 Mar 19:09
f9e3d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

Available on NuGet: https://www.nuget.org/packages/MiniValidation/0.7.4

v0.7.3

14 Mar 01:14
6edc701
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

Available on NuGet: https://www.nuget.org/packages/MiniValidation/0.7.3

v0.7.2

21 Dec 20:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

Available at https://www.nuget.org/packages/MiniValidation/0.7.2

v0.7.1

20 Dec 05:29
Compare
Choose a tag to compare
  • Earlier exit if validation goes async from sync call sites w/o allowAsync=true

Full Changelog: v0.7.0...v0.7.1

Available at https://www.nuget.org/packages/MiniValidation/0.7.1

v0.7.0

29 Nov 04:08
1441fd9
Compare
Choose a tag to compare
  • Updates for .NET 7.0.0 GA
  • Dropped prerelease suffix
  • Drops specific support for .NET Core 3.1 (out of support in December 2022)
    • Library includes targets for netstandard2.0 so can be installed in .NET Core 3.1 projects but I no longer test on .NET Core 3.1
  • Validation behavior now matches ASP.NET Core MVC Model Validation behavior WRT to recursive validation
  • Adds support for async validation for objects that implement new interface IAsyncValidatableObject
  • Adds support for validation attributes defined on parameters of record type primary constructors, e.g.:
    public record Todo(int Id, [Required] string Title)
  • Available on NuGet:

v0.6.0-pre.20220527.55

28 May 01:02
Compare
Choose a tag to compare
Pre-release

v0.5.1-pre.20220429.53

29 Apr 16:54
73f430d
Compare
Choose a tag to compare
Pre-release