Skip to content

Releases: cakephp/debug_kit

DebugKit 3.20.0

11 Aug 03:21
f05c9ea

Choose a tag to compare

  • Routes Panel now hides debugkit routes by default. They can be displayed by toggling them on with a button.
  • Improved error message when debugkit's SQLite database couldn't be created.

DebugKit 3.19.0

31 May 13:48
e2d856e

Choose a tag to compare

  • DebugKit no longer proxies cache engines that are missing the className key.
    Doing so masked errors about missing cache configurations.
  • Documentation is now located in this repository.
  • Project configuration files are no longer included in zip ball exports.

DebugKit 3.18.0

04 Apr 17:29
6f5ab6a

Choose a tag to compare

  • Added compatibility for turbolinks based applications.

DebugKit 3.17.1

04 Mar 09:18
b850256

Choose a tag to compare

  • Test against PHP 7.3
  • Don't treat "dev" as a safe TLD by default.
    It's now a publicly available TLD.

DebugKit 3.17.0

02 Dec 03:28

Choose a tag to compare

  • Removed usage of methods deprecated in 3.7.0
  • Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.

DebugKit 3.16.7

21 Dec 04:07
556d7b9

Choose a tag to compare

  • Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.

DebugKit 3.16.5

22 Nov 15:21
b6a75d4

Choose a tag to compare

  • Improve how unserializable variables are handled in the Variables panel
  • Improve message formatting to enable translations.

DebugKit 3.16.4

02 Oct 01:13
7672bb9

Choose a tag to compare

  • Fix deprecation error handler resetting the error level and enabling display of previously disabled errors.

DebugKit 2.2.9

18 Sep 01:50
8649a61

Choose a tag to compare

  • Fix debugger dumping non-scalar constants.

3.16.4

03 Aug 13:59
d5cd818

Choose a tag to compare

  • Fix backwards compatibility #636.