Skip to content

Releases: orchestral/http

v3.2.1

02 Mar 11:52
Compare
Choose a tag to compare
  • Update router.matched event to Illuminate\Routing\Events\RouteMatched.

v3.1.14

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

v3.2.0

22 Dec 09:07
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.2.
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Add Orchestra\Http\Traits\PassThroughTrait.
  • Allow Orchestra\Http\RouteManager::group() to utilize new Orchestra\Extension\RouteManager::group().
  • 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.
  • Add Orchestra\Http\RouteManager::when() event to be executed during router.matched.
  • Add Orchestra\Http\RouteManager::whenOn() to allow user to specifically choose which event it should listen to.
  • Add Orchestra\Http\Middleware\NotModified.
  • Add Orchestra\Http\Middleware\RequireCsrfToken.

v3.1.13

15 Dec 02:33
Compare
Choose a tag to compare
  • Add Orchestra\Http\Middleware\NotModified.

v3.1.11

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

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

v3.1.6

11 Nov 10:39
Compare
Choose a tag to compare
  • 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.4

11 Nov 10:37
Compare
Choose a tag to compare
  • Allow Orchestra\Http\RouteManager::group() to utilize new Orchestra\Extension\RouteManager::group().

v3.1.3

11 Nov 10:37
Compare
Choose a tag to compare
  • Add Orchestra\Http\Traits\PassThroughTrait.

v3.1.2

11 Nov 10:36
Compare
Choose a tag to compare
  • Improved performances by reducing call within Illuminate\Container\Container.