File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" :" ColdBox Validation" ,
33 "author" :
" Ortus Solutions <[email protected] >" ,
4- "version" :" 4.7 .0" ,
4+ "version" :" 4.8 .0" ,
55 "location" :
" https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected] @.zip" ,
66 "slug" :" cbvalidation" ,
77 "type" :" modules" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ## [ 4.7.0] - 2025-10-13
13+
1214### Changed
1315
1416- ` validateOrFail ` now filters nested structs and arrays to only return keys matching constraints, not just top-level keys (PR #85 )
@@ -312,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312314
313315- Create first module version
314316
315- [ unreleased ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.6.0...HEAD
317+ [ unreleased ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.7.0...HEAD
318+ [ 4.7.0 ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.6.0...v4.7.0
316319[ 4.6.0 ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.5.0...v4.6.0
317320[ 4.5.0 ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.4.0...v4.5.0
318321[ 4.4.0 ] : https://github.com/coldbox-modules/cbvalidation/compare/v4.3.1...v4.4.0
You can’t perform that action at this time.
0 commit comments