Artisan Debug Change Log
Version 3.2
v3.2.0
- Update support for Laravel Framework v5.2.
- Improved performances by reducing call within
Illuminate\Container\Container
. - Remove registering not found exception logger.
Version 3.1
v3.1.1
- Improved performances by reducing call within
Illuminate\Container\Container
. - Remove registering not found exception logger.
v3.1.0
- Update support for Laravel Framework v5.1.
Version 3.0
v3.0.0
- Update support for Laravel Framework v5.0.
- Simplify PSR-4 path.
Version 2.2
v2.2.1
- Add
Orchestra\Debug\Listener
, reduce complexity onOrchestra\Debug\Profiler
. - Add
Orchestra\Debug\Profiler::time()
andOrchestra\Debug\Profiler::timeEnd()
usingOrchestra\Debug\Traits\TimerProfileTrait
.
v2.2.0
- Bump minimum version to PHP v5.4.0.
Version 2.1
v2.1.1
- Remove duplicate
str_replace_array()
helper. - Implement PSR-4 autoloading structure.
v2.1.0
- Add support for Orchestra Platform 2.1 and Laravel 4.1.
Version 2.0
v2.0.0
- Port
Illuminate/Exception/LiveServiceProvider
asorchestra/debug
package. - Prepare database bindings using
Illuminate\Database\Connection::prepareBindings()
.