Releases: orchestral/support
Releases · orchestral/support
v7.0.0
Changes
- Update support for Laravel Framework v9+.
v6.2.0
Added
- Added support for PHP 8.1
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\Facades\Profiler
Orchestra\Support\Concerns\QueryFilter
v4.1.0
Changes
- Override
ServiceProvider::loadFactoriesFrom()
to only be loaded from unit testing environment.
- Update
addLanguageComponent
and addViewComponent
under Orchestra\Support\Provider\Concerns\PackageProvider
based on callAfterResolving
changes to Illuminate\Support\ServiceProvider
.
Fixes
- Fixes class name not shown when
Orchestra\Support\Transformer
can't transform the instance.
Deprecated
v4.0.2
Fixes
- Fixes
Orchestra\Support\Facades\Mail
accessor.
v4.0.1
Changes
- Replace
danielstjules/stringy
with statamic/stringy
.