Skip to content

Releases: cakephp/debug_kit

DebugKit 4.4.0

21 Dec 03:08
Compare
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
Compare
Choose a tag to compare

Fixes

  • Improved Cache proxies to better preserve original configuration.

DebugKit 4.3.8

21 Nov 03:04
fb2d1a6
Compare
Choose a tag to compare

Fixes

  • Fix fixture loading when authoritative autoloaders are used.

DebugKit 4.3.7

15 Nov 09:53
888aa34
Compare
Choose a tag to compare

Fixes

  • Restores tests/Fixtures to git archive.

DebugKit 4.3.6

14 Nov 18:56
f417e78
Compare
Choose a tag to compare

Fixes

  • Improve PHP8 compatibility.
  • Update composer requirement to allow 1.x or 2.x
  • Moved CI to GitHub Actions.

DebugKit 4.3.5

08 Oct 06:11
ef39d97
Compare
Choose a tag to compare

Fixes

  • DebugEngine::setMultiple() now correctly forwards the default value to the wrapped CacheEngine instance.

DebugKit 4.3.4

03 Sep 01:26
7e0de36
Compare
Choose a tag to compare

Fixes

  • Improved internal IP address detection so that 172 ranges and private IPv6 addresses are detected properly.
  • Improved readme documentation.

DebugKit 4.3.3

22 Aug 02:58
086368c
Compare
Choose a tag to compare

Fixes

  • Fixed sorting on variables panel.
  • Fixed collapsing on variables panel.

DebugKit 4.3.2

15 Aug 23:59
98eba19
Compare
Choose a tag to compare

Fixes

  • Variable dumps in panels now use the new debug output features in CakePHP.

Deprecations

  • ToolbarHelper::makeNeatArray() is deprecated.

DebugKit 4.3.1

29 Jul 15:32
6ca239b
Compare
Choose a tag to compare

Fixes

  • Fixed CSRF token reading in Request panel.