-
Notifications
You must be signed in to change notification settings - Fork 569
Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 5.2.1
@dereuromark
dereuromark
017d23b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix deprecation warning for setAccessible on php 8.5 by @maarten00 in #1059
New Contributors
- @maarten00 made their first contribution in #1059
Full Changelog: 5.2.0...5.2.1
Assets 2
DebugKit 5.2.0
What's Changed
- native JS fetch proxy by @LordSimal in #1052
- update stan & cleanup tests by @LordSimal in #1053
Full Changelog: 5.1.4...5.2.0
Assets 2
DebugKit 5.1.5
@LordSimal
LordSimal
bd06e5f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Try to reproduce serialize issues by @dereuromark in #1054
Full Changelog: 5.1.4...5.1.5
Assets 2
DebugKit 5.1.4
@markstory
markstory
291e9c9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix deprecation. by @dereuromark in #1043
- Fixes tests + badge by @josbeir in #1046
- Fix phpcs config for codesniffer v5.3 by @ADmad in #1049
- Add doc section to explain how to use DebugTimer for custom profiling by @Neluxx in #1048
- Fix video paths by @markstory in #1051
Full Changelog: 5.1.3...5.1.4
Contributors
markstory, josbeir, and 3 other contributors
Assets 2
CakePHP DebugKit 5.1.3
5.1.2
@LordSimal
LordSimal
b83ec9e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- fix styling for environment panel by @LordSimal in #1027
- Show warning if zend.assertions is not enabled. by @ADmad in #1028
- add styling for queries which are run inside a transaction by @LordSimal in #1032
- add connection role to SQL Log Panel queries by @LordSimal in #1033
Full Changelog: 5.1.1...5.1.2
Assets 2
1 person reacted
DebugKit 5.1.1
@markstory
markstory
45a7de5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- fix environment panel not working with CakePHP 5.1 by @LordSimal in #1026
Full Changelog: 5.1.0...5.1.1
Assets 2
DebugKit 5.1.0
Deprecations
- The
SessionandIncludepanels are now deprecated. Session data can now be found in theRequestpanel, and include paths, and included files can now be found in theEnvironmentpanel.
What's Changed
- 5.next: add Plugins Panel by @LordSimal in #963
- 5.next: adjust PHPUnit for Cake 5.1 by @LordSimal in #985
- Add DOMContentLoaded event alternative for Turbo by @sergioalcaraz in #995
- Update phpunit version by @othercorey in #1000
- Fix: When determining whether Turbo exists it throws undefined by @sergioalcaraz in #1001
- Improve layout of copy buttons in environment panel by @markstory in #1005
- Add empty state for deprecations by @markstory in #1004
- Merge request & session and environment & include panels by @markstory in #1006
- Stop lying that CAKE_VERSION is a constant. by @ADmad in #1009
- Fix benchmark command option parser error by @zunnu in #1012
- update stan by @LordSimal in #1014
- allow PHPUnit 11 and adjust tests for PHPUnit 11 by @LordSimal in #1015
- merge 5.x => 5.next by @LordSimal in #1017
- Add "internal" to the list of safe TLDs by @ADmad in #1018
- Add github action to handle stale issues/PRs by @ADmad in #1019
- Add deflate and inflate of panel content, changed gc chance from 1% t... by @Harfusha in #1022
New Contributors
- @sergioalcaraz made their first contribution in #995
- @zunnu made their first contribution in #1012
Full Changelog: 5.0.6...5.1.0
Contributors
markstory, ADmad, and 5 other contributors
Assets 2
1 person reacted
DebugKit 5.0.6
@dereuromark
dereuromark
e3af211
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Improve log integration for elasticearch by @markstory in #990
- 5.x nesting depth by @dereuromark in #991
- Add route path for easier use. by @dereuromark in #993
Full Changelog: 5.0.5...5.0.6
Assets 2
DebugKit 5.0.5
@LordSimal
LordSimal
8cad9af
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Fixed ReflectionProperty::setValue() deprecation warning when working on PHP 8.3 by @Bird87ZA in #980
- Fix for deprecation warning in SimpleGraphHelper::bar() by @jharder in #981
- Fix elasticsearch logger error by @LordSimal & @Christopher-HM in #971
New Contributors
Full Changelog: 5.0.4...5.0.5
Contributors
jharder, Bird87ZA, and 2 other contributors