Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 4.4.0
Changes
- Improved rendering of variables panel using the new features in Debugger. The variables panel will no longer store serialized view variables, but instead store serialized debug 'node' objects. This fixes all of the issues with unserializable objects being used in templates, and also improves output of objects that implement
toArray()
as the array value is not used now. - Official support for PHP8.
- Requires at least CakePHP 4.2.0
DebugKit 4.3.9
Fixes
- Improved Cache proxies to better preserve original configuration.
DebugKit 4.3.8
Fixes
- Fix fixture loading when authoritative autoloaders are used.
DebugKit 4.3.7
Fixes
- Restores
tests/Fixtures
to git archive.
DebugKit 4.3.6
Fixes
- Improve PHP8 compatibility.
- Update composer requirement to allow 1.x or 2.x
- Moved CI to GitHub Actions.
DebugKit 4.3.5
Fixes
DebugEngine::setMultiple()
now correctly forwards the default value to the wrappedCacheEngine
instance.
DebugKit 4.3.4
Fixes
- Improved internal IP address detection so that 172 ranges and private IPv6 addresses are detected properly.
- Improved readme documentation.
DebugKit 4.3.3
Fixes
- Fixed sorting on variables panel.
- Fixed collapsing on variables panel.
DebugKit 4.3.2
Fixes
- Variable dumps in panels now use the new debug output features in CakePHP.
Deprecations
ToolbarHelper::makeNeatArray()
is deprecated.
DebugKit 4.3.1
Fixes
- Fixed CSRF token reading in Request panel.