What's New With 5.5.0
Compatibility Notes
// Process a single mapping immediately
map( name ).process();
// Process all mappings in the mapDiretory() call
mapDirectory( packagePath="my.path", process=true )
mapDirectory( "my.path" ).process();
// Map all models in a module via the this.autoProcessModels in the ModuleConfig.cfc
this.autoProcessModels = true
Major Updates
Performance
More Environment Detection
Custom Resource Patterns
ColdBox Release Notes
Bugs
New Features
Improvements
WireBox Release Notes
New Features
Improvement
Last updated
Was this helpful?