Skip to content

Releases: barryvdh/laravel-debugbar

v3.2.5: Merge pull request #952 from Metallizzer/master

21 Aug 10:58
85463eb
Compare
Choose a tag to compare

v3.2.4

12 Jun 08:05
2d19577
Compare
Choose a tag to compare
Revert "Dont register routes and middleware if we are not in debug mo…

Support Laravel 5.8

26 Feb 18:06
Compare
Choose a tag to compare
v3.2.3

Add Laravel 5.8 support (#911)

v3.2.2: In case of insert/update/delete query, do not explain #888 (#903)

05 Feb 14:17
Compare
Choose a tag to compare

v3.2.1

15 Nov 15:41
Compare
Choose a tag to compare
\Exception isn't well with newer PHP (#886)

Support Laravel 5.7

04 Sep 14:13
Compare
Choose a tag to compare
Fix for policies (#860)

Policies cannot be used now due to this reason. And additionally, the method `Auth::user()` returns the class `Authenticatable` (which is used in gates), not `Authorizable`.

Also, I believe the class `Authenticatable` should be used since it is checking its instance on the line 33.

v3.1.5

24 May 12:10
Compare
Choose a tag to compare
Fix no queries being collected anymore (#827)

Missing negation

v3.1.4

13 Mar 14:27
Compare
Choose a tag to compare
If user is instance of Authenticatable call getAuthIdentifier() defin…

Fix performance issues with VarCloner

25 Feb 15:33
Compare
Choose a tag to compare
v3.1.3

Add SimpleFormatter for faster exporting

v3.1.2: Replaced use of removed ValueCollector with VarCloner (#787)

11 Feb 11:54
Compare
Choose a tag to compare
* Replaced use of removed ValueCollector with VarCloner

As per L5.6, Symfony 4 is now used.  As such, VarCloner must be used in place of ValueCollector.

* Changed PHPDoc for exporter.