Releases: coldbox-modules/cbvalidation
Releases · coldbox-modules/cbvalidation
4.8.0
4.7.0
4.6.0
Fixed
- Fix for cases where a non-empty value wasn't passing an
empty: falsevalidation check
Added
- GitHub Actions update
- BoxLang PRIME
- Adobe 2025
4.5.0
Removed
eurodatedoesn'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
defaultValueto 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
prgithub 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@cbValidationwhich can be used to make objects validatable - New validators:
notSameAs, notSameAsNoCase
Changed
- All date comparison validators now validate as
falsewhen 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
InstanceOfvalidator 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