Releases: orchestral/lumen
Releases · orchestral/lumen
v4.2.1
v4.2.0
v4.1.0
v4.0.0
Added
- Add
Laravel\Lumen\Auth\Providers\Concerns\AuthorizationHelpers
trait.
Changes
- Update support for Laravel Framework v6.x.
- Mark
Laravel\Lumen\Auth\Providers\Guard
asabstract class
. - Improves configuration paths resolution on Lumen.
Deprecated
- Deprecate
Laravel\Lumen\Application::getConfigurationPath()
method.
v3.8.9
Changes
- Allow
laravie/api
version3.0+
to be installed when it become available. - Additional use
static function
rather thanfunction
whenever possible, the PHP engine does not need to instantiate and later GC a$this
variable for said closure.
Fixes
- Fixes tests skeleton code.
v3.8.8
v3.8.7
Changes
- Set
$user
toIlluminate\Http\Request::setUserResolver()
when user get authenticated viaLaravel\Lumen\Auth\Providers\Guard
implementations. - Able to report exception via
Exception::report()
if the method exists. - Able to render exception via
Exception::render()
if the method exists. - Able to render exception if it implements
Illuminate\Contracts\Support\Responsable
.