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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
----
9
9
10
-
## [3.3.0] => 2021-NOV-12
10
+
## [3.3.0] => 2022-JAN-12
11
+
12
+
### Added
13
+
14
+
* Allow UDF and Method Validators to Utilize Error Metadata by @homestar9 (https://github.com/coldbox-modules/cbvalidation/pull/48)
11
15
12
16
### Fixed
13
17
14
18
* Date Comparisons Fail if Compare field is empty #58 thanks to @nockhigan: https://github.com/coldbox-modules/cbvalidation/pull/58
15
-
*
16
19
17
20
----
18
21
@@ -55,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
58
* Two new helpers: `validateIsNullorEmpty()` and `validateHasValue` so you can do simple validations not only on objects and constraints.
56
59
*`RequiredIf, RequiredUnless` can now be declared with a simple value pointing to a field. Basically testing if `anotherField` exists, or unless `anotherField` exists.
57
60
* New `BaseValidator` for usage by all validators to bring uniformity, global di, and helpers.
58
-
61
+
59
62
### Changed
60
63
61
64
* The `IValidator` removes the `getName()` since that comes from the `BaseValidator` now.
0 commit comments