Skip to content

Releases: orchestral/kernel

v3.1.14

15 Dec 02:29
Compare
Choose a tag to compare
  • Database:
    • Add Orchestra\Database\CachableQueryServiceProvider.
  • Http:
    • Add Orchestra\Http\Middleware\RequireCsrfToken.

v3.1.13

18 Nov 10:23
Compare
Choose a tag to compare
  • 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

11 Nov 11:14
Compare
Choose a tag to compare
  • 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

12 Sep 19:31
Compare
Choose a tag to compare
  • 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

08 Sep 11:35
Compare
Choose a tag to compare
  • HTTP:
    • Move Orchestra\Http\RouteManager::when() event to be executed during kernel.handled instead of Illuminate\Foundation\Application::booted().

v3.1.9

08 Sep 11:34
Compare
Choose a tag to compare
  • Contracts:
    • Add Orchestra\Contracts\Authorization\Authorizable.

v3.1.8

12 Aug 00:16
Compare
Choose a tag to compare
  • Contracts:
    • Update Orchestra\Contracts\Auth\Command\ThrottlesLogins contracts schema to fit with the latest code.

v3.1.7

08 Aug 03:14
Compare
Choose a tag to compare
  • Contracts:
    • Fixes Table Grid contract params differ from actual Table Grid method.

v3.1.6

26 Jul 07:16
Compare
Choose a tag to compare
  • 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

04 Jul 14:23
Compare
Choose a tag to compare
  • Add Orchestra\Contracts\Auth\Command\DeauthenticateUser.
  • Add Orchestra\Contracts\Auth\Command\ThrottlesLogins.
  • Add Orchestra\Contracts\Auth\Listener\DeauthenticateUser.
  • Add Orchestra\Contracts\Auth\Listener\ThrottlesLogins.