Skip to content

v0.1.0

Choose a tag to compare

@GooRiOn GooRiOn released this 12 Nov 15:49
· 78 commits to master since this release
311ea36
  1. Added validation rules for the following data types (with full support for Nullable<T>):
  • Byte
  • DateTime
  • DateTimeOffset
  • Decimal
  • Double
  • Float
  • Guid
  • IEnumerable<T>
  • Int16
  • Int32
  • Int64
  • SByte
  • String
  • TimeSpan
  • UInt16
  • UInt32
  • UInt64
  1. Added support for tagging rules.

  2. Added support for creating conditional rules.

  3. Added support for validation strategies:

  • Complete (default)
  • Fail Fast
  • Custom strategy
  1. Added support for validation errors:
  • Error messages, Message providers
  • Error codes