You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
*`feature` : Added `constraintProfiles` to allow you to define which fields to validate according to defined profiles: https://github.com/coldbox-modules/cbvalidation/issues/37
6
6
*`feature` : Updated `RequiredUnless` and `RequiredIf` to use struct literal notation instead of the weird parsing we did.
7
7
*`feature` : Added the `Unique` validator thanks to @elpete!
8
+
*`feature` : All validators now accept a `rules` argument, which is the struct of constraints for the specific field it's validating on
8
9
*`improvement` : Added `null` support for the `RequiredIf,RequiredUnless` validator values
0 commit comments