File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ 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
@@ -47,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
49
48
50
- Dumb whitespace added by CFML engines when doing inline ` <pre>#method()#</pre> ` calls.
49
51
- Better error handling when Debugger assets are not compiled instead of a cryptic error message:
50
- ` 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. `
51
53
52
54
## [ 4.1.0] - 2023-04-17
53
55
@@ -299,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
301
- < https://ortussolutions.atlassian.net/browse/CCM-25 > Lucee support
300
302
- < https://ortussolutions.atlassian.net/browse/CCM-24 > Added names of rendered
301
303
- Unloading of helpers on unload
302
- views and layouts
304
+ views and layouts
303
305
- Updated production ignore lists
304
306
305
307
## [ 1.0.1]
@@ -310,7 +312,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
312
311
313
- Create first module version
312
314
313
- [ 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
314
318
315
319
[ 4.2.0 ] : https://github.com/coldbox-modules/cbdebugger/compare/v4.1.0...v4.2.0
316
320
You can’t perform that action at this time.
0 commit comments