Skip to content

v3.2.0

Compare
Choose a tag to compare
@crynobone crynobone released this 20 Dec 10:15
· 457 commits to master since this release
  • Update support to Laravel Framework v5.2.
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Core:
    • Allow Orchestra\Support\Traits\QueryFilterTrait::setupWildcardQueryFilter() to handle relationship fields.
    • Refactor Orchestra\Support\Traits\QueryFilterTrait.
    • Allow to swap fluent class used when building nested data with Orchestra\Support\Nesty.
    • Reduce internal request by removing Illuminate\Support\Arr usages on predictable array keys.
    • Add Orchestra\Support\Keyword.
    • Use available Stringy::humanize() method on Orchestra\Support\Str::humanize().
  • Facades:
    • Add Orchestra\Support\Facades\Tenanti.
    • Remove Orchestra\Support\Facades\Warden.
  • Providers:
    • Remove Orchestra\Support\Providers\FilterServiceProvider and Orchestra\Support\Providers\Traits\FilterProviderTrait.