Skip to content

Releases: barryvdh/laravel-debugbar

v3.12.0

12 Mar 11:22
ee23335
Compare
Choose a tag to compare

What's Changed

Email popup:
image

Full Changelog: v3.11.1...v3.12.0

v3.11.1

11 Mar 15:06
67e43ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v3.11.1

v3.11.0

09 Mar 08:43
7626841
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.6...v3.10.7

v3.10.6 Tweak view data for Inertia

01 Mar 15:23
1fcb373
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.5...v3.10.6

Re-add deprecated collectors

15 Feb 10:52
d1a4896
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.4...v3.10.5

Fix query timeline

14 Feb 08:53
09d3dc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.3...v3.10.4

fix Inertia bug

14 Feb 06:54
2dbe18c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.2...v3.10.3

v3.10.0 Performance Improvements + Better IDE Support

12 Feb 10:55
f390a22
Compare
Choose a tag to compare

This release focuses on better performance, with these highlights:

  • View collector can now group views after a threshold (#1503)
  • Query collector has soft/hard limits to reduce javascript/php size/execution (#1512)
  • Normalize xdebug links throughout collectors (#1510)
  • Support Laravel 11 (probably)

It is suggested to re-publish your config file to take advantage of the options, if you made changes.

What's Changed

New Contributors

Full Changelog: v3.9.2...v3.10.0

Fix ajax calls from storage

25 Aug 18:44
bfd0131
Compare
Choose a tag to compare

Limit the OpenHandler check to just the find call.

v3.9.1

24 Aug 12:31
070a313
Compare
Choose a tag to compare

Minor UI tweaks