1.5 KiB
1.5 KiB
Changelog
v3.14.8 - 2024-11-25
What's Changed
- Add fix + failing test for custom array prototype by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/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 https://github.com/barryvdh/laravel-debugbar/pull/1694
- Do not open query details on text selecting by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1693
- Add (initial) support for PHP 8.4 by @jnoordsij in https://github.com/barryvdh/laravel-debugbar/pull/1631
- More warnings by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1696
- Fix sql-duplicate highlight by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1699
- ci: Use GitHub Actions V4 by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1700
- Fix "Uncaught TypeError: is not iterable" by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1701
- Fix Exception when QueryCollector softLimit exceeded by @johnkary in https://github.com/barryvdh/laravel-debugbar/pull/1702
- Test soft/hard limit queries by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1703
New Contributors
- @johnkary made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1702
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.6...v3.14.7