Releases: orchestral/support-core
Releases · orchestral/support-core
v7.0.0
Changes
- Update support for Laravel Framework v9+.
v6.1.0
Breaking Changes
- Rename
Orchestra\Support\Str::replace()
to Orchestra\Support\Str::translate()
.
v6.0.0
Changes
- Update support for Laravel Framework v8+.
v5.1.0
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
Changes
- Update support for Laravel Framework v7+.
- Add
Orchestra\Support\Concerns\WithConfiguration::setConfigurationFrom()
method.
Removed
- Remove deprecated:
Orchestra\Support\Concerns\QueryFilter
v4.1.0
Fixes
- Fixes class name not shown when
Orchestra\Support\Transformer
can't transform the instance.
Deprecated
v4.0.1
Changes
- Replace
danielstjules/stringy
with statamic/stringy
.
v4.0.0
Added
- Added
Orchestra\Support\Concerns\WithConfiguration
.
Changes
- Update support for Laravel Framework v6.0+.
Removed
- Remove deprecated
Orchestra\Support\Morph
.
v3.8.6
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.