Skip to content

Tags: phpfui/php-debugbar

Tags

v1.16.3

Toggle v1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add return value to measure() function. (php-debugbar#443)

Change-Id: I0e0277a019545bae6b4a9854b915a83bcea6757a

Co-authored-by: vdauchy <[email protected]>

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip decimals if < 100ms

v1.16.1

Toggle v1.16.1's commit message
Symfony 5 support added (php-debugbar#431)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .travis.yml

1.15.1

Toggle 1.15.1's commit message
Fetch support (php-debugbar#422)

v1.15.1

Toggle v1.15.1's commit message
Fetch support (php-debugbar#422)

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update JavascriptRenderer.php

v1.14.1

Toggle v1.14.1's commit message
RedisStorage performance fix (php-debugbar#357)

Patch increases possible number of records stored and loaded from Redis DB by separating metadata and collector's data and storing them in different hashes.

v1.14.0

Toggle v1.14.0's commit message
Create feature copy query to clipboard (php-debugbar#352)

* Bugfix getSqlWithParams ReplacementParamsQuery

* backward compatibility

* Copy query to clipboard feature

* remove space

1.13.1

Toggle 1.13.1's commit message
Fix front-end crash when no twig collector exists (php-debugbar#312)

If the twig collector wasn’t used on a particular request, the twig
widget crashes the client.  Fix the bug by assuming a default array of
zero templates.

(For example, an AJAX call that didn’t construct a TwigCollector would
trigger this crash.)