Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 4.5.0
What's Changed
- Requires CakePHP 4.3.0+
- Fix deprecation warnings. by @ADmad in #839
- Add php 8.1 to test matrix by @othercorey in #836
- Fix passing null to strlen() by @othercorey in #840
- Rename BaseLog::resolve() to interpolate() by @saeideng in #841
- Fix deprecation errors. by @ADmad in #844
Full Changelog: 4.4.4...4.5.0
DebugKit 4.4.4
Added
- History Panel now has a button to load new history. This makes working with single-page-applications and REST APIs simpler as you can reload new requests recorded by DebugKit from the history panel.
DebugKit 3.23.0
Changes
- Allow
composer/composerv1 and v2
DebugKit 4.4.3
Fixes
- Fix 500 error when SQLite extension was missing.
DebugKit 4.4.2
- Fix monospace fallback font name.
DebugKit 4.4.1
Fixes
- Reduce depth of data stored for variables panel to reduce the chances of memory exhaustion.
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/Fixturesto git archive.