Releases: coldbox-modules/cbvalidation
Releases · coldbox-modules/cbvalidation
4.6.0
4.5.0
Removed
eurodate
doesn't event work in ACF/Lucee as it uses just a single standard. Remove it so the user can validate as they see fit.
Added
- BoxLang certification
- Lucee 6, Adobe 2023
- Add
defaultValue
to apply default values before constraints are checked
4.4.0
Added
- requiredIf accepts a UDF and closure now
Fixed
- UDF validator now treats nulls correctly
4.3.1
4.3.0
v4.3.0 Latest Release v4.3.0
4.2.0
Added
- New github action versions and consolidation of actions
- New Contributing guidelines
- New github support templates
Changed
- The way custom validators are retrieved so they are ColdBox 7+ compatible
pr
github action now just does format checks to avoid issues with other repos.- Consolidated Adobe 2021 scripts into the server scripts
Fixed
v4.1.0
Added
- New ColdBox 7 delegate:
Validatable@cbValidation
which can be used to make objects validatable - New validators:
notSameAs, notSameAsNoCase
Changed
- All date comparison validators now validate as
false
when the comparison target dates values are NOT dates instead of throwing an exception.
v4.0.0
[4.0.0] => 2022-OCT-10
Added
- Major bump of all dependencies
- New
InstanceOf
validator thanks to @homestar9 : #65 - New virtual app testing and tuning
Fixed
- Fix process result metadata replacements https://github.com/coldbox-modules/cbvalidation/pull/64/files thanks to @alessio-de-padova, when using full null support
Changed
- Dropped ACF2016