Skip to content

Releases: ardalis/GuardClauses

2.0.0

22 Jul 17:57
Compare
Choose a tag to compare

Replaces object return type with strongly typed generic return type (a minor but still breaking change).

1.5.0

29 Apr 03:42
e13523d
Compare
Choose a tag to compare

Add optional return values on all Guard Clauses.

1.4.2

16 Mar 17:11
9e1966e
Compare
Choose a tag to compare

Added OutOfRange options.

1.4.1

13 Feb 19:56
dcdbe0c
Compare
Choose a tag to compare

1.4.0

13 Feb 04:24
Compare
Choose a tag to compare

Adding C# 8 nullable reference type support

1.3.3

18 Jan 20:43
Compare
Choose a tag to compare

Added AgainstNegative and AgainstNegativeOrZero guards.
Minor XML comment cleanup

1.3.2

03 Jan 18:59
Compare
Choose a tag to compare

Adding 1.3.2

1.3.1

15 Nov 19:00
17b53bd
Compare
Choose a tag to compare

Looks suspiciously like 1.3.0 but needed to rev it to get release pipeline to work.

1.3.0

15 Nov 18:44
Compare
Choose a tag to compare

This is a minor release that fixes a few bugs, including an ArgumentOutOfRangeException having the wrong message.

1.2.9

11 Jul 20:37
Compare
Choose a tag to compare

Adds support for Guard.Against.Default