Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: TechNobre/PowerUtils.Results.Validations

v2.0.1

02 Apr 20:37
Compare
Choose a tag to compare

2.0.1 (2024-04-02)

Bug Fixes

v2.0.0

02 Apr 20:24
Compare
Choose a tag to compare

2.0.0 (2024-04-02)

Bug Fixes

  • Marked all implementations as Obsolete (2381f78)

BREAKING CHANGES

  • Deprecated package

v1.1.1

10 Oct 00:30
Compare
Choose a tag to compare

1.1.1 (2022-10-10)

Bug Fixes

  • Rename ErrorFactory to ErrorCodeFactory to prevent conflits (434a41f)

v1.1.0

09 Oct 23:55
Compare
Choose a tag to compare

1.1.0 (2022-10-09)

Bug Fixes

  • ErrorCode for DateTimeValidations (53a9fad)
  • Wrong value when the input is null for ToTimeNullable, ToDateNullable and ToDateTimeNullable (ac9c6ed)

Features

  • Added new validation IfCountOutOfRange() (753c4e5)
  • Added validations for DateOnly (7895014)
  • Added validations for TimeOnly (476056d)

v1.0.0

27 Sep 08:08
Compare
Choose a tag to compare

1.0.0 (2022-09-27)

Features

  • Added ability to return custom errors (840a188)
  • Added new method ShouldBeValidCardExpiryDate() (6a3a88d)
  • Added validation ShouldBeCardNumber() (32329fa)
  • Added validation for CVV card (1364a30)
  • Kickoff (0ab922c)