Skip to content

Commit 6189a5b

Browse files
committed
updating to coldbox 7 for testing latest
1 parent 5d4b794 commit 6189a5b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ component {
4545
requestPanelDock : true,
4646
// Request Tracker Options
4747
requestTracker : {
48-
// Store the request profilers in heap memory or in cachebox, default is cachebox
48+
// Store the request profilers in heap memory or in cachebox, default is memory
4949
storage : "memory",
5050
// Which cache region to store the profilers in
5151
cacheName : "template",

changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
* Timer service rewritten to support nesting and metadata
14+
* ColdBox 7 support
15+
* Timer service rewritten to support nesting and included metadata
1516
* Ability to open views and layouts from the execution timers in any Code Editor
16-
* New WireBoxCollector which is only used if enabled. This greatly accelerates the performance of the request collector since before they where in the same collector.
17+
* New `WireBoxCollector` which is only used if enabled. This greatly accelerates the performance of the request collector since before they where in the same collector.
1718
* Ability to open CFCs that are profiled by the WireBox Collector in any Code Editor.
1819
* Ability to open the Handler events that are profiled by the Request Collector in any Code Editor.
19-
* New life-cycle events: onDebuggerUnload, onDebuggerLoad
20+
* New life-cycle events: `onDebuggerUnload`, `onDebuggerLoad`
2021
* Ability for the custom `timeIt()` functions to accept metdata to store in the execution timer
2122
* New `Slowest` Queries panel for cborm, acf, and qb/quick
2223
* New visualizer total db time as well as request time including percentage of the request time

test-harness/box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private":true,
66
"description":"",
77
"dependencies":{
8-
"coldbox":"^6.0.0",
8+
"coldbox":"be",
99
"JSONPrettyPrint":"^1.4.1",
1010
"quick":"^4.2.4",
1111
"cborm":"^3.0.0+184",

0 commit comments

Comments
 (0)