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

3.0.0

Compare
Choose a tag to compare
@NelsonBN NelsonBN released this 15 Mar 22:04
· 154 commits to main since this release
cefc075

[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;