Skip to content

Commit 84c68ac

Browse files
committed
forgot one moreupdate to the doc
1 parent 7bc69fe commit 84c68ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* `feature` : Added `constraintProfiles` to allow you to define which fields to validate according to defined profiles: https://github.com/coldbox-modules/cbvalidation/issues/37
66
* `feature` : Updated `RequiredUnless` and `RequiredIf` to use struct literal notation instead of the weird parsing we did.
77
* `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
89
* `improvement` : Added `null` support for the `RequiredIf,RequiredUnless` validator values
910

1011
## 2.0.0

0 commit comments

Comments
 (0)