What's New With 6.2.0
Last updated
Was this helpful?
Last updated
Was this helpful?
This minor release brings in some major performance enhancements for the way WireBox maps and creates objects. We highly encourage upgrading to it.
[WIREBOX-99] - parameter [binder] to function [process] is required but was not passed in When setting coldbox.autoMap to false and choosing either method of mapping a directory:
[WIREBOX-102] - ACF incompats with future combinations due to dumb elvis operator bug
[WIREBOX-98] - Pass the current injector
to the binder's life-cycle methods: onShutdown(), onLoad()
[WIREBOX-100] - Create a processEagerInits()
so it can process them at wirebox load
[WIREBOX-101] - Complete rewrite of the Mapping
object to script and performance optimizations
[WIREBOX-103] - Complete rewrite of the WireBox Binder
to script and optimizations
[WIREBOX-104] - New WireBox config: autoProcessMappings
which can be used to auto process metadata inspections on startup.