Releases: orchestral/support
Releases · orchestral/support
v3.4.1
v3.3.5
v3.3.4
v3.3.3
v3.4.0
Changes
- Update support for Laravel Framework v5.4.
Removed
- Remove deprecated classes:
Orchestra\Support\Providers\Traits\AliasesProviderTrait
Orchestra\Support\Providers\Traits\EventProviderTrait
Orchestra\Support\Providers\Traits\MiddlewareProviderTrait
Orchestra\Support\Providers\Traits\PackageProviderTrait
Orchestra\Support\Traits\DataContainerTrait
Orchestra\Support\Traits\DescendibleTrait
Orchestra\Support\Traits\MacroableTrait
Orchestra\Support\Traits\ObservableTrait
Orchestra\Support\Traits\QueryFilterTrait
Orchestra\Support\Traits\EloquentConnectionTrait
Orchestra\Support\Traits\UploadableTrait
Orchestra\Support\Traits\ValidationTrait
v3.3.2
- Core:
- Add
Orchestra\Support\Arr::expand()
method. (@mustafaaloko) - Add
Orchestra\Support\Serializer
. - Add
Orchestra\Support\Transformer
.
- Add
v3.3.1
v3.3.0
- Update support to Laravel Framework v5.3.
- Core:
- Add
Orchestra\Support\Traits\DataContainerTrait::secureGet()
andOrchestra\Support\Traits\DataContainerTrait::secureSet()
. - Tweak how attributes are removed via
Orchestra\Support\Traits\DataContainerTrait::forget()
method. (@stevebauman) - Add
Orchestra\Support\Traits\DataContainerTrait::allWithRemoved()
. - Remove
Trait
suffix and deprecate old traits. - Call method directly instead of using
call_user_func()
. Orchestra\Support\Str::prepareBindings()
should only convert scalar values such asinteger
,float
,string
orboolean
.
- Add
- Facades:
- Remove
Orchestra\Support\Facades\Resources
.
- Remove
- Providers:
- Remove
Trait
suffix and deprecate old traits. - Call method directly instead of using
call_user_func()
.
- Remove