Skip to content

Releases: orchestral/support

v3.4.1

15 Apr 01:07
Compare
Choose a tag to compare

Fixes

  • Fixes Orchestra\Support\Transformer implementations.

v3.3.5

15 Apr 01:02
Compare
Choose a tag to compare
  • Core:
    • Remove assigning default values for Orchestra\Support\Transformer::$options.

v3.3.4

15 Apr 00:55
Compare
Choose a tag to compare
  • Core:
    • Additional fixes Orchestra\Support\Transformer implementations due to Arr::expand() changes.

v3.3.3

15 Apr 00:54
Compare
Choose a tag to compare
  • Core:
    • Simplify Orchestra\Support\Arr::expand().
    • Fixes Orchestra\Support\Transformer implementations.

v3.4.0

12 Mar 08:13
Compare
Choose a tag to compare

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

22 Jan 12:28
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Arr::expand() method. (@mustafaaloko)
    • Add Orchestra\Support\Serializer.
    • Add Orchestra\Support\Transformer.

v3.3.1

01 Sep 12:04
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Fluent.
  • Provider:
    • Remove overloading Orchestra\Support\Providers\ServiceProvider::loadMigrationsFrom().

v3.3.0

14 Jun 23:34
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.3.
  • Core:
    • Add Orchestra\Support\Traits\DataContainerTrait::secureGet() and Orchestra\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 as integer, float, string or boolean.
  • Facades:
    • Remove Orchestra\Support\Facades\Resources.
  • Providers:
    • Remove Trait suffix and deprecate old traits.
    • Call method directly instead of using call_user_func().

v3.2.4

23 Apr 13:11
Compare
Choose a tag to compare
  • Core:
    • Orchestra\Support\Str::prepareBindings() should only convert scalar values such as integer, float, string or boolean.

v3.2.3

17 Mar 12:52
Compare
Choose a tag to compare
  • Core:
    • Remove Trait suffix and deprecate old traits.
    • Call method directly instead of using call_user_func().
  • Providers:
    • Remove Trait suffix and deprecate old traits.
    • Call method directly instead of using call_user_func().