Skip to content

Releases: luboshl/MiniValidationPlus

v1.2.2

26 Jul 13:31
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidationPlus/1.2.2

What's Changed

  • Fix getting nullability info for property with getter only by @luboshl in #18
  • Fix processing of ValidationResult.Success by @luboshl in #19

Full Changelog: a8a79c3..ee697e0

v1.2.0

24 Jul 20:41
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidationPlus/1.2.0

What's Changed

  • Opt-out validation of non-nullable reference types by @luboshl in #15

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Jul 17:54
d039656
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidationPlus/1.1.0

What's Changed

  • Attribute to allow to skip validation by @luboshl in #11

Full Changelog: v1.0.1...v1.1.0

v1.0.1

16 Jul 22:48
ce18f14
Compare
Choose a tag to compare

Available on NuGet: https://www.nuget.org/packages/MiniValidationPlus/1.0.1

What's Changed

  • Non-nullable reference types by @luboshl in #2
  • Fix accessing NonNullablePropertyHelper from multiple threads by @luboshl in #4
  • MiniValidationPlus namespaces by @luboshl in #3
  • Rename validator to MiniValidatorPlus by @luboshl in #6
  • NuGet package publish by @luboshl in #7
  • Bump checkout action in workflow to v4 by @luboshl in #8
  • Nuget package description by @luboshl in #9

New Contributors

Full Changelog: v0.9.1...v1.0.1