Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 2.16 KB

Changelog

v3.14.10 - 2024-12-23

What's Changed

  • Fix Debugbar spelling inconsistencies by @ralphjsmit in #1626
  • Fix Visual Explain confirm message by @barryvdh in #1709

New Contributors

  • @ralphjsmit made their first contribution in #1626

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.9...v3.14.10

v3.14.9 - 2024-11-25

What's Changed

  • Fix custom prototype array by @barryvdh in #1706

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.8...v3.14.9

v3.14.8 - 2024-11-25

What's Changed

  • Add fix + failing test for custom array prototype by @barryvdh in #1705

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.7...v3.14.8

v3.14.7 - 2024-11-14

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

  • @johnkary made their first contribution in #1702

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.6...v3.14.7