Guard v1.4.0 Release Notes

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

    • โž• Added secure arguments.
    • โž• Added In/NotIn support for non-generic collections.
    • โž• Added In/NotIn overloads accepting params arrays.
    • ๐Ÿ›  Fixed string StartsWith/EndsWith guards and their opposites not ignoring null values.
    • Non-converting type guards return by-ref where possible.
    • Messages of failed collection guards contain only the first five items.
    • LayoutKind of ArgumentInfo<T> is now Auto.