Guard v1.2.0 Release Notes

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

    • ArgumentInfo<T> is no longer a ref struct.
    • โž• Added nullable Default and NotDefault guards.
    • โž• Added NotScheme guard for URIs.
    • ๐Ÿ‘ Allow Contains and NotContains to be called for non-generic collections.
    • โž• Added Contains and NotContains overloads that accept equality comparers.
    • โž• Added overloads of NotZero and NotInfinity that accept proper error messages, deprecating the older ones.
    • โœ‚ Removed the type constraint from NotEqual - it was already removed form Equal.
    • ๐Ÿ‘Œ Improved performance of collection guards.