This repository was archived by the owner on Sep 2, 2023. It is now read-only.
Releases: TechNobre/PowerUtils.GuardClauses.Validations
Releases · TechNobre/PowerUtils.GuardClauses.Validations
v3.0.2
v3.0.1
v3.0.0
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
2.5.0
2.4.0
[2.4.0] - 2022-04-08
Enhancements
- Removed
PowerUtils.Textdependency;
New Features
- Added Guard
Guard.Validate.IfOutOfRange()for dateTime; - Added Guard
Guard.Validate.IfOutOfRange()for numbers;
2.3.0
2.2.1
[2.2.1] - 2022-04-04
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
[2.2.0] - 2022-04-03
Enhancements
- Added the return of the value to be validated in all
Guard.Validate.*;
2.1.0
[2.1.0] - 2022-03-30
New Features
- Added Guard
Guard.Validate.IfLatitudeOutOfRange()andGuard.Validate.IfLongitudeOutOfRange();