Skip to content

Releases: orchestral/support

v3.2.2

10 Mar 12:53
Compare
Choose a tag to compare
  • Core:
    • Tweak how attributes are removed via Orchestra\Support\Traits\DataContainerTrait::forget() method. (@stevebauman)
    • Add Orchestra\Support\Traits\DataContainerTrait::allWithRemoved().

v3.2.1

13 Feb 03:58
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Traits\DataContainerTrait::secureGet() and Orchestra\Support\Traits\DataContainerTrait::secureSet().
  • Facades:
    • Mark Orchestra\Support\Facades\Resources as deprecated.

v3.1.8

13 Feb 03:47
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Traits\DataContainerTrait::secureGet() and Orchestra\Support\Traits\DataContainerTrait::secureSet().

v3.0.4

13 Feb 01:54
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Traits\DataContainerTrait::secureGet() and Orchestra\Support\Traits\DataContainerTrait::secureSet().

v3.2.0

20 Dec 10:15
Compare
Choose a tag to compare
  • 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.

v3.1.7

25 Nov 07:10
Compare
Choose a tag to compare
  • Core:
    • Fixes Orchestra\Support\Traits\QueryFilterTrait::setupWildcardQueryFilter() to group where clause when generating queries.

v3.1.6

20 Nov 12:57
Compare
Choose a tag to compare
  • Core:
    • Allow Orchestra\Support\Traits\QueryFilterTrait::setupWildcardQueryFilter() to handle relationship fields.

v3.1.5

18 Sep 03:10
Compare
Choose a tag to compare
  • Core:
    • Refactor Orchestra\Support\Traits\QueryFilterTrait.
  • Facades:
    • Add Orchestra\Support\Facades\Tenanti.
    • Remove Orchestra\Support\Facades\Warden.

v3.1.4

12 Sep 16:06
Compare
Choose a tag to compare
  • Core:
    • 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.

v3.1.3

02 Sep 01:14
Compare
Choose a tag to compare
  • Core:
    • Add Orchestra\Support\Keyword.
    • Use available Stringy::humanize() method on Orchestra\Support\Str::humanize().