November 15, 2022
This is a minor release that includes new validators and also integration with ColdBox 7 delegates. This will now allow objects to have validatable traits:
component name="User" delegates="Validatable@cbValidation"{ }
This will give the target object the delegates methods available to it.
New ColdBox 7 delegate: Validatable@cbValidation which can be used to make objects validatable
Validatable@cbValidation
New validators: notSameAs, notSameAsNoCase
notSameAs, notSameAsNoCase
All date comparison validators now validate as false when the comparison target dates values are NOT dates instead of throwing an exception.
false
Last updated 2 years ago
Was this helpful?