Releases: orchestral/support
Releases · orchestral/support
v3.6.2
Fixes
- Fixes
Orchestra\Support\Concerns\QueryFilter::buildWildcardForField()
to accept Illuminate\Database\Query\Expression
as $field
variable instead of casting it to string
.
v3.6.1
Added
- Add
Orchestra\Support\Serializer::getKey()
.
Changes
- Moves
Orchestra\Support\Traits
to Orchestra\Support\Concerns
.
- Moves
Orchestra\Support\Providers\Traits
to Orchestra\Support\Providers\Concerns
.
v3.6.0
Changes
- Update support for Laravel Framework v5.6.
v3.5.4
Changes
- Allow to stream conversion to CSV when using
Orchestra\Support\Collection::toCsv()
.
- Ensure that
Illuminate\Contracts\Pagination\Paginator
can still be transform and serialize with pagination data intact.
v3.5.3
Added
- Added
Orchestra\Support\Collection::streamCsv()
method.
Fixes
- Fixes retrieving
$default
from Orchestra\Support\Traits\DataContainer::get()
method.
- Fixes fetching
Orchestra\Support\Traits\DataContainer::allWithRemoved()
method.
v3.5.2
Changes
- Simplify
Orchestra\Support\Transformer
.
v3.5.1
Changes
- Allows
Orchestra\Support\Traits\QueryFilter
to access Illuminate\Database\Query\Expression
to exclude expression with .
to be converted to relationship whereHas
query.
v3.4.3
Changes
- Allows
Orchestra\Support\Traits\QueryFilter
to access Illuminate\Database\Query\Expression
to exclude expression with .
to be converted to relationship whereHas
query.
v3.5.0
Changes
- Update support for Laravel Framework v5.5.
Removed
- Remove deprecated
Orchestra\Support\Contracts\CsvableInterface
, replaced with Orchestra\Support\Contracts\Csvable
.
v3.4.2
Changes
- Add support to require
danielstjules/stringy
~3.0
.