Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@nd1012 nd1012 released this 10 Feb 11:41

Changes

Breaking changes

  • Build target is now .NET 8
  • ItemAllowed/DeniedValuesAttribute now use the new .NET 8 data annotation attributes for underlaying validation

Additions

  • Added ItemBase64StringAttribute
  • Added ItemLengthAttribute

Removals

  • Removed Allowed/DeniedValuesAttribute (use the new .NET 8 variants instead - same usage)

Full Changelog: v1.13.0...v2.0.0