Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
v3.1.4
Fix performance issues with VarCloner
v3.1.3 Add SimpleFormatter for faster exporting
v3.1.2: Replaced use of removed ValueCollector with VarCloner (#787)
* 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
v3.1.1 Allow to use nullable user (#786)
Boot debugbar in middleware, fix Lumen 5.5
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)
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
This new releases supports Laravel 5.5 + Auto Discovery
Remove auto-discovery
Well be implemented in v3.x, Laravel 5.5 only.
Catch auth guards
v2.4.2 Catch resolving guards
v1.8.9: Change case-name of class (allows composer optimizing) (#657)
* Change case-name of class (allows composer optimizing) * rename again :)