Skip to content

Releases: barryvdh/laravel-debugbar

v3.1.4: If user is instance of Authenticatable call getAuthIdentifier() defin…

13 Mar 14:27
Compare
Choose a tag to compare
…ed by the interface rather than assuming it has a public id field (#799)

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.

Support Laravel 5.6

07 Feb 08:30
Compare
Choose a tag to compare
v3.1.1

Allow to use nullable user (#786)

Boot debugbar in middleware, fix Lumen 5.5

18 Sep 13:36
Compare
Choose a tag to compare

Debugbar now boots in the middleware, making it easier to stop it in serviceproviders. Also, except can be used in the config to provide a list of URI's to ignore.

v3.0.1: as of Laravel 5.5 fire() must be renamed to handle() (#705)

31 Aug 10:05
Compare
Choose a tag to compare
https://laravel.com/docs/5.5/upgrade

Artisan
The fire Method

Any fire methods present on your Artisan commands should be renamed to handle

Support Laravel 5.5

28 Aug 20:25
Compare
Choose a tag to compare

This new releases supports Laravel 5.5 + Auto Discovery

Remove auto-discovery

21 Jul 11:59
Compare
Choose a tag to compare

Well be implemented in v3.x, Laravel 5.5 only.

Catch auth guards

21 Jul 11:58
Compare
Choose a tag to compare
v2.4.2

Catch resolving guards

v1.8.9: Change case-name of class (allows composer optimizing) (#657)

26 Jun 09:01
Compare
Choose a tag to compare
* Change case-name of class (allows composer optimizing)

* rename again :)