What's New in 4.4.0
Iterate over JSON with foreach command
package show dependencies | foreachDirectory Watchers have more data
watch()
.onChange( function( paths ) {
print
.line( '#paths.added.len()# paths were added!' )
.line( '#paths.removed.len()# paths were removed!' )
.line( '#paths.changed.len()# paths were changed!' ) ;
} )
.start();New "coldbox watch-reinit" command
package set reinitWatchPaths= "config/**.cfc,models/**.cfc,ModuleConfig.cfc"
coldbox watch-reinitColor all the JSONs

New Gist endpoint
4.4.0 Release Notes
Bug
New Feature
Improvement
Last updated
Was this helpful?