You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Added
13
13
14
-
* Timer service rewritten to support nesting and metadata
14
+
* ColdBox 7 support
15
+
* Timer service rewritten to support nesting and included metadata
15
16
* 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.
17
18
* Ability to open CFCs that are profiled by the WireBox Collector in any Code Editor.
18
19
* 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`
20
21
* Ability for the custom `timeIt()` functions to accept metdata to store in the execution timer
21
22
* New `Slowest` Queries panel for cborm, acf, and qb/quick
22
23
* New visualizer total db time as well as request time including percentage of the request time
0 commit comments