This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Releases: TechNobre/PowerUtils.Validations
Releases · TechNobre/PowerUtils.Validations
v4.0.0
v3.1.0
3.0.0
[3.0.0] - 2022-03-15
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
toDUPLICATED
; - Removed unused property
Message
from objectValidationNotification
; - Removed the constructor
ValidationNotification(string property, string errorCode, string message)
; - Object
ValidationNotification
named toValidationFailure
; - Interface
IValidationNotificationsPipeline
named toIValidationNotifications
; - Object
ValidationNotificationsPipeline
named toValidationNotifications
; - Helper
ValidationsContractNotificationsErrors
named toValidationsContractExtensions
; - Helper
*ValidationsContract
named to*ValidationRules
; - Remove unused property
IgnoreProperties
fromIValidationsContract
;