Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
v3.14.7
What's Changed
- Make better use of query tab space by @erikn69 in #1694
- Do not open query details on text selecting by @erikn69 in #1693
- Add (initial) support for PHP 8.4 by @jnoordsij in #1631
- More warnings by @barryvdh in #1696
- Fix sql-duplicate highlight by @erikn69 in #1699
- ci: Use GitHub Actions V4 by @erikn69 in #1700
- Fix "Uncaught TypeError: is not iterable" by @erikn69 in #1701
- Fix Exception when QueryCollector softLimit exceeded by @johnkary in #1702
- Test soft/hard limit queries by @barryvdh in #1703
New Contributors
Full Changelog: v3.14.6...v3.14.7
v3.14.6
v3.14.5
v3.14.4
v3.14.3
v3.14.2
v3.14.1
v3.14.0
What's Changed
This releases has a few improvements to various collectors:
- new Pennant collector
- new (visual) on-demand Explain option for Queries and layout improvements (improved copy button, exclude paths)
This also updates prepares some settings which are experimental, like hiding empty tabs.
- Fix forget cache button position on cache collector by @parallels999 in #1617
- Toolbar refinements by @nckrtl in #1610
- Update docs for laravel 11 by @lakuapik in #1620
- Update readme to support Laravel 11.md by @devsrv in #1621
- Fix route path in phar by @murrant in #1624
- HTMX support by @rojtjo in #1629
- Replace implicit nullable types in parameter declarations by @jnoordsij in #1632
- Avoid calling urlencode() on null by @villfa in #1638
- Fix badges by @erikn69 in #1640
- Remove condition to skip test by @sarunas-k in #1641
- Add collectors unit tests for route and session by @sarunas-k in #1642
- Add support for non-standard PDO's by @tkuijer in #1646
- [github actions] Use artifacts v4 by @barryvdh in #1649
- Migrate PHPCS configuration to file by @jnoordsij in #1633
- New Queries Panel with Improved EXPLAIN output by @tpetry in #1648
- TWeak defaults, remove deprecated option by @barryvdh in #1650
- Fix: Query hints rendering
<code>
by @nuernbergerA in #1652 - Gate: Show target in description by @barryvdh in #1653
- Laravel Pennant Collector by @AlexJump24 in #1655
- Use laravel logo icon on LaravelCollector by @erikn69 in #1656
- Tweak copy query, remove alert and change icon by @barryvdh in #1658
- Avoid js
alert
on copy, and avoid params opening on link click by @erikn69 in #1659 - Option to hide empty tabs by @barryvdh in #1660
- Add option to hide queries by @barryvdh in #1661
- Fix QueryCollector by @erikn69 in #1664
- Test API request by @barryvdh in #1667
- Explain Improvements by @tpetry in #1670
- Small fixes to queries widget by @erikn69 in #1665
- Inject data on every request, not just store by @barryvdh in #1668
New Contributors
- @lakuapik made their first contribution in #1620
- @devsrv made their first contribution in #1621
- @murrant made their first contribution in #1624
- @rojtjo made their first contribution in #1629
- @villfa made their first contribution in #1638
- @sarunas-k made their first contribution in #1641
- @tkuijer made their first contribution in #1646
- @tpetry made their first contribution in #1648
- @AlexJump24 made their first contribution in #1655
Full Changelog: v3.13.5...v3.14.0