Guard v1.3.0 Release Notes

Release Date: 2018-08-20 // over 5 years ago
  • ๐Ÿ“ฆ PM> Install-Package Dawn.Guard -Version 1.3.0 [NuGet]

    • โž• Added member guards.
    • โž• Added regex guards for string arguments.
    • โž• Added host and display name guards for MailAddress arguments.
    • ๐Ÿ›  Fixed Require overloads validating null arguments.
    • โž• Added Require(bool) and Require<TException>(bool) guards.
    • โž• Added In and NotIn collection guards.
    • ๐Ÿ—„ Deprecated ArgumentInfo<T>.IsNull.
    • ๐Ÿ—„ Deprecated NotNull<T>(in this ArgumentInfo<T?>, out ArgumentInfo<T>).