Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.20.0
- Routes Panel now hides debugkit routes by default. They can be displayed by toggling them on with a button.
- Improved error message when debugkit's SQLite database couldn't be created.
DebugKit 3.19.0
- DebugKit no longer proxies cache engines that are missing the
classNamekey.
Doing so masked errors about missing cache configurations. - Documentation is now located in this repository.
- Project configuration files are no longer included in zip ball exports.
DebugKit 3.18.0
- Added compatibility for turbolinks based applications.
DebugKit 3.17.1
- Test against PHP 7.3
- Don't treat "dev" as a safe TLD by default.
It's now a publicly available TLD.
DebugKit 3.17.0
- Removed usage of methods deprecated in 3.7.0
- Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.
DebugKit 3.16.7
- Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.
DebugKit 3.16.5
- Improve how unserializable variables are handled in the Variables panel
- Improve message formatting to enable translations.
DebugKit 3.16.4
- Fix deprecation error handler resetting the error level and enabling display of previously disabled errors.
DebugKit 2.2.9
- Fix debugger dumping non-scalar constants.