Skip to content

v3.3.0

Choose a tag to compare

@crynobone crynobone released this 14 Jun 23:10
· 361 commits to 6.x since this release
  • Update support to Laravel Framework v5.3.
  • Config:
    • Remove Trait suffix.
    • Avoid using call_user_func.
  • Database:
    • Add support to Orchestra\Database\CacheDecorator for caching via pluck() and lists() method.
  • Http:
    • Update router.matched event to Illuminate\Routing\Events\RouteMatched.
    • Update import Orchestra\Support\Traits\ValidationTrait to Orchestra\Support\Traits\Validation.
    • Add Orchestra\Http\Traits\PassThrough and deprecate Orchestra\Http\Traits\PassThroughTrait.
  • Routing:
    • Add Orchestra\Routing\Traits\ControllerResponse and deprecate Orchestra\Routing\Traits\ControllerResponseTrait.