5.1.0
版本发布时间: 2024-09-14 11:02:47
cakephp/debug_kit最新发布版本:5.1.1(2024-09-17 23:20:20)
Deprecations
- The
Session
andInclude
panels are now deprecated. Session data can now be found in theRequest
panel, and include paths, and included files can now be found in theEnvironment
panel.
What's Changed
- 5.next: add Plugins Panel by @LordSimal in https://github.com/cakephp/debug_kit/pull/963
- 5.next: adjust PHPUnit for Cake 5.1 by @LordSimal in https://github.com/cakephp/debug_kit/pull/985
- Add DOMContentLoaded event alternative for Turbo by @sergioalcaraz in https://github.com/cakephp/debug_kit/pull/995
- Update phpunit version by @othercorey in https://github.com/cakephp/debug_kit/pull/1000
- Fix: When determining whether Turbo exists it throws undefined by @sergioalcaraz in https://github.com/cakephp/debug_kit/pull/1001
- Improve layout of copy buttons in environment panel by @markstory in https://github.com/cakephp/debug_kit/pull/1005
- Add empty state for deprecations by @markstory in https://github.com/cakephp/debug_kit/pull/1004
- Merge request & session and environment & include panels by @markstory in https://github.com/cakephp/debug_kit/pull/1006
- Stop lying that CAKE_VERSION is a constant. by @ADmad in https://github.com/cakephp/debug_kit/pull/1009
- Fix benchmark command option parser error by @zunnu in https://github.com/cakephp/debug_kit/pull/1012
- update stan by @LordSimal in https://github.com/cakephp/debug_kit/pull/1014
- allow PHPUnit 11 and adjust tests for PHPUnit 11 by @LordSimal in https://github.com/cakephp/debug_kit/pull/1015
- merge 5.x => 5.next by @LordSimal in https://github.com/cakephp/debug_kit/pull/1017
- Add "internal" to the list of safe TLDs by @ADmad in https://github.com/cakephp/debug_kit/pull/1018
- Add github action to handle stale issues/PRs by @ADmad in https://github.com/cakephp/debug_kit/pull/1019
- Add deflate and inflate of panel content, changed gc chance from 1% t… by @Harfusha in https://github.com/cakephp/debug_kit/pull/1022
New Contributors
- @sergioalcaraz made their first contribution in https://github.com/cakephp/debug_kit/pull/995
- @zunnu made their first contribution in https://github.com/cakephp/debug_kit/pull/1012
Full Changelog: https://github.com/cakephp/debug_kit/compare/5.0.6...5.1.0