Skip to content

Releases: Byteology/guard-clauses

2.0.0

09 Jan 21:07
Compare
Choose a tag to compare

.NET 6 Release

1.2.1

26 Oct 23:43
473b25c
Compare
Choose a tag to compare

What's Changed

  • IEnumerable guards now allow nulls. by @tsIgov in #8

Full Changelog: v1.2.0...v1.2.1

1.2.0

26 Oct 13:03
5987c2b
Compare
Choose a tag to compare

What's Changed

  • Added NotEmpty guard for IEnumerable and added description for the Satisfies guard by @tsIgov in #7

Full Changelog: v1.1.0...v1.2.0

1.1.0

19 Oct 15:53
a620e79
Compare
Choose a tag to compare

What's Changed

  • Added build statistics to the readme by @tsIgov in #5
  • Separated the guard clause extensions into different classes by @tsIgov in #6

Full Changelog: v1.0.2...v1.1.0

1.0.2

16 Oct 17:50
7932101
Compare
Choose a tag to compare

What's Changed

  • Added sonar analyzer by @tsIgov in #3
  • Added the readme to the package by @tsIgov in #4
  • Added some additional package info by @tsIgov in #4
  • Changed the package icon by @tsIgov in #4

Full Changelog: v1.0.1...v1.0.2

1.0.1

15 Oct 20:09
Compare
Choose a tag to compare

What's Changed

  • Added license info to the package
  • Added project URL to the package

Contributors

1.0.0

15 Oct 18:01
04808de
Compare
Choose a tag to compare

What's Changed

  • The initial release of the library.

Contributors