Skip to content

Releases: maximebf/php-debugbar

v1.18.1

07 Sep 08:03
ba0af68
Compare
Choose a tag to compare
Update .gitattributes (#501)

v1.18.0: php 8.1 deprecations (#494)

10 Feb 16:05
0d44b75
Compare
Choose a tag to compare

Support Symfony VarDump 6

Add ReturnTypeWillChange

19 Oct 12:34
e8ac349
Compare
Choose a tag to compare
Add #[ReturnTypeWillChange] attribute to suppress deprecation warning…

…… (#481)

* Add #[ReturnTypeWillChange] attribute to suppress deprecation warnings and fatal error

Error occurs on php 7.4 >=

* Same in other 4 methods #[\ReturnTypeWillChange]

Add #[\ReturnTypeWillChange] in other 4 methods to avoid E_DEPRECATED or E_FATAL (php 7.4 >=)

v1.17.2

18 Oct 09:42
3541f09
Compare
Choose a tag to compare
  • Support php-redis
  • Support psr/log v2/v3 also

v1.17.1

01 Aug 09:19
0a35325
Compare
Choose a tag to compare
Check log messages before interpolate (#477)

v1.17.0

27 Jul 06:39
4ef8e35
Compare
Choose a tag to compare
  • Fix VarDumper typehint error
  • Wrap PDO with TraceablePDO
  • Start with CSP

v1.16.5: PHP 8.0: TraceablePDO adding query arguments (#460)

19 Jan 06:30
6d51ee9
Compare
Choose a tag to compare
* php 8 fix

* Update TraceablePDO.php

Add PHP8 support

07 Dec 10:50
c86c717
Compare
Choose a tag to compare
v1.16.4

Update README.md

Fix resize on ajax load

06 May 07:09
1a1605b
Compare
Choose a tag to compare
  • Fix resize after loading new dataset with json
  • Return value in measure()

Various tweaks / compactness

16 Apr 09:06
40f3755
Compare
Choose a tag to compare
v1.16.2

Skip decimals if < 100ms