What's New With 7.0.0
The full release notes per library can be found below. Just click on the library tab and explore their release notes:
ColdBox HMVC
WireBox
CacheBox
LogBox
- COLDBOX-1145 RestHandler OnError() Exception not checking for empty `exception` blocks which would cause another exception on development ONLY
- COLDBOX-1146 BiConsumer proxy was making both arguments required, when they can be null so execution fails
- COLDBOX-1149 Woops and Adobe CF needs a double check if session/client is defined even if sessionManagement/clientManagement is defined
- COLDBOX-1153 RestHandler.cfc missing exception information on InvalidCredentials & TokenInvalidException
- COLDBOX-1140 Whoops updates galore! SQL Syntax highlighting, json formatting and highlighting, and more
- COLDBOX-1147 PostLayoutRender and PostViewRender now pass which view/layout path was used to render
- COLDBOX-1158 New `back()` function in super type that you can use to redirect back to your referer or a fallback
- COLDBOX-1161 new toJson() helper in the Util class which is delegated in many locations around the framework to add struct based query serialization and no dubm security prefixes
- COLDBOX-1164 New convention for coldfusion tags: includes/tags. Every ColdBox app will register that location as a repository for custom tags for your application
- COLDBOX-1166 Lazy loading and persistence of engine helper to assist in continued performance and initial load speed
- COLDBOX-1167 New core delegates for smaller building blocks, which leverages the `@coreDelegates` namespace
- WIREBOX-130 Ability to remove specific objects from wirebox injector singleton's and request scopes via a `clear( key )` method
- WIREBOX-135 Object populator now caches orm entity maps, so they are ONLy loaded once and population with orm objects accelerates tremendously
- WIREBOX-137 New `this.population` marker for controlling mas population of objects. It can include an `include` and and `exclude` list.
Last modified 2mo ago