Releases: orchestral/kernel
Releases · orchestral/kernel
v3.1.14
- Database:
- Add
Orchestra\Database\CachableQueryServiceProvider
.
- Http:
- Add
Orchestra\Http\Middleware\RequireCsrfToken
.
v3.1.13
- Contracts:
- Move Contracts component out of Kernel component.
- Http:
- Add
Orchestra\Http\Middleware\NotModified
.
- Routing:
- Improved performances by reducing call within
Illuminate\Container\Container
.
v3.1.12
- Contracts:
- Update
Orchestra\Contracts\Html\Form\Grid
docblocks.
- Update
Orchestra\Contracts\Html\Table\Grid
docblocks.
- Database:
- Add
Orchestra\Database\Console\Migrations\RefreshCommand
to support --path
and --realpath
option on migration refresh.
v3.1.11
- Contracts:
- Add
Orchestra\Contracts\Http\RouteManager::whenOn()
to contract.
- HTTP:
- Move
Orchestra\Http\RouteManager::when()
event to be executed during router.matched
instead of kernel.handled
as this is usually to late in the application request lifecycle.
- Add
Orchestra\Http\RouteManager::whenOn()
to allow user to specifically choose which event it should listen to.
v3.1.10
- HTTP:
- Move
Orchestra\Http\RouteManager::when()
event to be executed during kernel.handled
instead of Illuminate\Foundation\Application::booted()
.
v3.1.9
- Contracts:
- Add
Orchestra\Contracts\Authorization\Authorizable
.
v3.1.8
- Contracts:
- Update
Orchestra\Contracts\Auth\Command\ThrottlesLogins
contracts schema to fit with the latest code.
v3.1.7
- Contracts:
- Fixes Table Grid contract params differ from actual Table Grid method.
v3.1.6
- Contracts:
- Remove
Orchestra\Contracts\Extension\SafeMode
and replace with Orchestra\Contracts\Extension\StatusChecker
.
- HTTP:
Orchestra\Http\RouteManager
should implements Orchestra\Contracts\Http\RouteManager
.
- Add
Orchestra\Http\RouteManager::mode()
abstract method.
- Small optimization to reduce additional method calls when generating routes.
v3.1.5
- Add
Orchestra\Contracts\Auth\Command\DeauthenticateUser
.
- Add
Orchestra\Contracts\Auth\Command\ThrottlesLogins
.
- Add
Orchestra\Contracts\Auth\Listener\DeauthenticateUser
.
- Add
Orchestra\Contracts\Auth\Listener\ThrottlesLogins
.