Releases: orchestral/support
Releases · orchestral/support
v3.2.2
- Core:
- Tweak how attributes are removed via
Orchestra\Support\Traits\DataContainerTrait::forget()
method. (@stevebauman) - Add
Orchestra\Support\Traits\DataContainerTrait::allWithRemoved()
.
- Tweak how attributes are removed via
v3.2.1
v3.1.8
v3.0.4
v3.2.0
- 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 onOrchestra\Support\Str::humanize()
.
- Allow
- Facades:
- Add
Orchestra\Support\Facades\Tenanti
. - Remove
Orchestra\Support\Facades\Warden
.
- Add
- Providers:
- Remove
Orchestra\Support\Providers\FilterServiceProvider
andOrchestra\Support\Providers\Traits\FilterProviderTrait
.
- Remove