All Versions
12
Latest Version
Avg Release Cycle
54 days
Latest Release
1843 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.11.0 Changes
March 01, 2020 -
v1.10.0 Changes
October 18, 2019๐ฆ
PM> Install-Package Dawn.Guard -Version 1.10.0
[NuGet]- ๐ 3352e34: Added partial support for nullable reference type annotations. (#33)
- 12e02a4: Added
DoesNotContainDuplicate
guards for collections.
-
v1.9.0 Changes
September 04, 2019 -
v1.8.0 Changes
January 26, 2019 -
v1.7.0 Changes
January 06, 2019 -
v1.6.0 Changes
October 27, 2018 -
v1.5.0 Changes
October 12, 2018๐ฆ
PM> Install-Package Dawn.Guard -Version v1.5.0
[NuGet]- โ Added state guards.
- โ Added
NotAllNull
guards. - โ Added
Same
/NotSame
guards (reference equality validations).
-
v1.4.1 Changes
September 19, 2018๐ฆ
PM> Install-Package Dawn.Guard -Version 1.4.1
[NuGet]NotIn
overload that accepts aparams
array is made public. -
v1.4.0 Changes
August 30, 2018๐ฆ
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 acceptingparams
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
ofArgumentInfo<T>
is nowAuto
.