Skip to content

v3.3.0

Compare
Choose a tag to compare
@crynobone crynobone released this 14 Jun 23:34
· 403 commits to master since this release
  • 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().