Skip to content

Releases: orchestral/support-core

v7.0.0

13 Mar 05:41
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v9+.

v6.2.0

13 Mar 05:36
Compare
Choose a tag to compare

Added

  • Added PHP 8.1 Support.

v6.1.0

05 May 02:41
Compare
Choose a tag to compare

Breaking Changes

  • Rename Orchestra\Support\Str::replace() to Orchestra\Support\Str::translate().

v6.0.0

17 Apr 17:37
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8+.

v5.1.0

24 Mar 02:26
Compare
Choose a tag to compare

Changes

  • Refactor Orchestra\Support\Validator:
    • Add listen() and validate() methods as replacement to with().
    • Add state() method as replacement to on() method.

Deprecated

  • Deprecate on() and with() from Orchestra\Support\Validator.

v5.0.0

04 Mar 06:08
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7+.
  • Add Orchestra\Support\Concerns\WithConfiguration::setConfigurationFrom() method.

Removed

  • Remove deprecated:
    • Orchestra\Support\Concerns\QueryFilter

v4.1.0

24 Jan 14:49
Compare
Choose a tag to compare

Fixes

  • Fixes class name not shown when Orchestra\Support\Transformer can't transform the instance.

Deprecated

v4.0.1

14 Sep 09:06
Compare
Choose a tag to compare

Changes

  • Replace danielstjules/stringy with statamic/stringy.

v4.0.0

01 Sep 00:13
Compare
Choose a tag to compare

Added

  • Added Orchestra\Support\Concerns\WithConfiguration.

Changes

  • Update support for Laravel Framework v6.0+.

Removed

  • Remove deprecated Orchestra\Support\Morph.

v3.8.6

04 Aug 04:09
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.