@@ -9,13 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 4.3.0] - 2024-06-18
13
+
12
14
### Addded
13
15
14
16
- Lucee 6 Certification
15
17
- BoxLang additions
18
+ - Better information in dev env, if debugger is not accessible
16
19
17
20
### Fixed
18
21
22
+ - CBDEBUGGER-25 - Account for null datasource in QoQ
19
23
- Alias for testing mode in CommandBox 6
20
24
- JVMUtil wrong location for the temp directory for producing heap dumps
21
25
@@ -45,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
49
46
50
- Dumb whitespace added by CFML engines when doing inline ` <pre>#method()#</pre> ` calls.
47
51
- Better error handling when Debugger assets are not compiled instead of a cryptic error message:
48
- ` The parameter [str] to function [closure_m] is required but was not passed in. `
52
+ ` The parameter [str] to function [closure_m] is required but was not passed in. `
49
53
50
54
## [ 4.1.0] - 2023-04-17
51
55
@@ -297,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297
301
- < https://ortussolutions.atlassian.net/browse/CCM-25 > Lucee support
298
302
- < https://ortussolutions.atlassian.net/browse/CCM-24 > Added names of rendered
299
303
- Unloading of helpers on unload
300
- views and layouts
304
+ views and layouts
301
305
- Updated production ignore lists
302
306
303
307
## [ 1.0.1]
@@ -308,7 +312,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308
312
309
313
- Create first module version
310
314
311
- [ Unreleased ] : https://github.com/coldbox-modules/cbdebugger/compare/v4.2.0...HEAD
315
+ [ Unreleased ] : https://github.com/coldbox-modules/cbdebugger/compare/v4.3.0...HEAD
316
+
317
+ [ 4.3.0 ] : https://github.com/coldbox-modules/cbdebugger/compare/v4.2.0...v4.3.0
312
318
313
319
[ 4.2.0 ] : https://github.com/coldbox-modules/cbdebugger/compare/v4.1.0...v4.2.0
314
320
0 commit comments