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

Releases: TechNobre/PowerUtils.Validations

v4.0.0

02 Mar 21:13
Compare
Choose a tag to compare

4.0.0 (2024-03-02)

Bug Fixes

BREAKING CHANGES

  • Deprecated package
  • Deprecated package

v3.1.0

26 Aug 01:03
Compare
Choose a tag to compare

3.1.0 (2022-08-26)

Features

  • Add rule to validate latitude and longitude nullable (73e6374)
  • Add support to debug in runtime Microsoft.SourceLink.GitHub (d6bc421)

3.0.0

15 Mar 22:04
cefc075
Compare
Choose a tag to compare

[3.0.0] - 2022-03-15

Full Changelog

Breaking Changes

  • Exceptions module has been moved to PowerUtils.GuardClauses.Validations project so it can be used individually;
  • ErrorCodes module has been moved to PowerUtils.Validations.Primitives project so it can be used individually;
  • Error codes for status code 409-Conflict changed from ALREADY_EXISTS to DUPLICATED;
  • Removed unused property Message from object ValidationNotification;
  • Removed the constructor ValidationNotification(string property, string errorCode, string message);
  • Object ValidationNotification named to ValidationFailure;
  • Interface IValidationNotificationsPipeline named to IValidationNotifications;
  • Object ValidationNotificationsPipeline named to ValidationNotifications;
  • Helper ValidationsContractNotificationsErrors named to ValidationsContractExtensions;
  • Helper *ValidationsContract named to *ValidationRules;
  • Remove unused property IgnoreProperties from IValidationsContract;

2.1.0

29 Nov 00:05
8cca4e3
Compare
Choose a tag to compare
  • Added new exception UnauthorizedException;
  • Added new error code UNAUTHORIZED;
  • Bug fixed the StatusCode of the ForbiddenException;
  • Improved the level of protection of static properties for ValidationExceptions;
  • Updated documentation;

2.0.0

23 Nov 01:17
95a1dc1
Compare
Choose a tag to compare

Breaking Changes

  • Now validation rule "Options" is case sensitive;

New Features

  • Added new validation rule "OptionsIgnoreCase";
  • Added new validation rule "OrderingDirectionIgnoreCase";

1.0.0

21 Nov 17:35
a6e86a7
Compare
Choose a tag to compare
  • Kick start project