Skip to content

Releases: cakephp/debug_kit

DebugKit 4.5.0

24 Oct 01:46

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

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

Choose a tag to compare

Changes

  • Allow composer/composer v1 and v2

DebugKit 4.4.3

10 May 14:28

Choose a tag to compare

Fixes

  • Fix 500 error when SQLite extension was missing.

DebugKit 4.4.2

07 Mar 20:45
1d65e4e

Choose a tag to compare

  • Fix monospace fallback font name.

DebugKit 4.4.1

21 Dec 16:28
b63e9be

Choose a tag to compare

Fixes

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

DebugKit 4.4.0

21 Dec 03:08

Choose a tag to compare

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

27 Nov 15:28
ca09b72

Choose a tag to compare

Fixes

  • Improved Cache proxies to better preserve original configuration.

DebugKit 4.3.8

21 Nov 03:04
fb2d1a6

Choose a tag to compare

Fixes

  • Fix fixture loading when authoritative autoloaders are used.

DebugKit 4.3.7

15 Nov 09:53
888aa34

Choose a tag to compare

Fixes

  • Restores tests/Fixtures to git archive.