Skip to content

Releases: cakephp/debug_kit

Debug Kit 4.8.0

07 Jun 03:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.7.1...4.8.0

DebugKit 4.7.1

21 Jan 21:08
ce564ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.0...4.7.1

DebugKit 4.7.0

19 Dec 03:39
6de421f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...4.7.0

DebugKit 4.6.0

13 Dec 21:47
Compare
Choose a tag to compare

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

Full Changelog: 4.5.0...4.6.0

DebugKit 4.5.0

24 Oct 01:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.4...4.5.0

DebugKit 4.4.4

12 Sep 20:11
10d7d9b
Compare
Choose a tag to compare

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

16 May 19:23
49506b5
Compare
Choose a tag to compare

Changes

  • Allow composer/composer v1 and v2

DebugKit 4.4.3

10 May 14:28
Compare
Choose a tag to compare

Fixes

  • Fix 500 error when SQLite extension was missing.

DebugKit 4.4.2

07 Mar 20:45
1d65e4e
Compare
Choose a tag to compare
  • Fix monospace fallback font name.

DebugKit 4.4.1

21 Dec 16:28
b63e9be
Compare
Choose a tag to compare

Fixes

  • Reduce depth of data stored for variables panel to reduce the chances of memory exhaustion.