Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Releases: TechNobre/PowerUtils.GuardClauses.Validations

v3.0.2

02 Sep 23:25

Choose a tag to compare

3.0.2 (2023-09-02)

Bug Fixes

  • Package has been discontinued (aeed917)

v3.0.1

15 Feb 03:24

Choose a tag to compare

3.0.1 (2023-02-15)

Bug Fixes

  • security email regex (csharpsquid:S6444) (783ebc6)

v3.0.0

19 Nov 03:49

Choose a tag to compare

3.0.0 (2022-11-19)

Code Refactoring

  • Removed deprecated methods (d89fbb6)
  • Removed deprecated methods (e74ffe7)
  • Removed deprecated methods (e850bfc)
  • Removed deprecated methods (574e5e5)
  • Removed deprecated methods (bdb04f8)

Features

  • Added new construction in exceptions to provide inner exceptions (dce51ac)

BREAKING CHANGES

  • Removed deprecated method NotEmail
  • Removed deprecated method IfLengthZero
  • Removed deprecated method IfLengthDifference
  • Removed deprecated method IfLengthLessThan
  • Removed deprecated method IfLengthGreaterThan

v2.5.1

24 Jul 22:37

Choose a tag to compare

2.5.1 (2022-07-24)

Bug Fixes

2.5.0

24 Jul 22:25

Choose a tag to compare

Features

  • Add support to debug in runtime Microsoft.SourceLink.GitHub (3b425c2)

2.4.0

08 Apr 22:08
4e6707e

Choose a tag to compare

[2.4.0] - 2022-04-08

Full Changelog

Enhancements

  • Removed PowerUtils.Text dependency;

New Features

  • Added Guard Guard.Validate.IfOutOfRange() for dateTime;
  • Added Guard Guard.Validate.IfOutOfRange() for numbers;

2.3.0

05 Apr 00:47
2bb104e

Choose a tag to compare

[2.3.0] - 2022-04-05

Full Changelog

New Features

  • Added Guard Guard.Validate.IfLengthOutOfRange();

2.2.1

04 Apr 14:16
bd1fe48

Choose a tag to compare

[2.2.1] - 2022-04-04

Full Changelog

Fixes

  • Returned the same type as the input value for Guard.Validate.IfNull();
  • Added again the the specific Guard.Validate.IfNull() for strings;

2.2.0

03 Apr 15:39
58866ff

Choose a tag to compare

[2.2.0] - 2022-04-03

Full Changelog

Enhancements

  • Added the return of the value to be validated in all Guard.Validate.*;

2.1.0

30 Mar 00:45
ac764d4

Choose a tag to compare

[2.1.0] - 2022-03-30

Full Changelog

New Features

  • Added Guard Guard.Validate.IfLatitudeOutOfRange() and Guard.Validate.IfLongitudeOutOfRange();