Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
Debug Kit 4.8.0
What's Changed
- Update deprecations panel to use new error handlers by @markstory in #856
- Cleanup tests bootstrap. by @ADmad in #860
- 4.x search upgrade preparation by @ndm2 in #859
- 4.x - Update source files path. by @ndm2 in #862
- chore: Set permissions for GitHub actions by @naveensrinivasan in #865
New Contributors
- @naveensrinivasan made their first contribution in #865
Full Changelog: 4.7.1...4.8.0
DebugKit 4.7.1
What's Changed
- fix PHP8.0+ deprecation line and file by @LordSimal and @saeideng in #853 and #854
- replace attributes with request params in request tab by @saeideng in #855
Full Changelog: 4.7.0...4.7.1
DebugKit 4.7.0
What's Changed
- Highlight duplicate routes in routes panel by @LordSimal in #852
Full Changelog: 4.6.0...4.7.0
DebugKit 4.6.0
What's Changed
- Add ability to change variables panel max depth via config + add notice in panel by @LordSimal in #846. #847
- Add ability to filter plugin routes in routes tab by @LordSimal in #851
New Contributors
- @LordSimal made their first contribution in #846
Full Changelog: 4.5.0...4.6.0
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/composer
v1 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.