- Fix HasManyThrough relationships (#416)
- Laravel 8 support (#415)
- Update builder class pagination methods to resolve LengthAwarePaginator using container (#413)
- Fix undefined
$user
variable bug (e751cf4)
- Optional param for chunk size on
scout:import
(#407)
- Merge default scout configs (#402)
- Use chunkById instead of chunk (#360)
- Drop support for Laravel 5.x
- Drop support for PHP 7.1
- Proper version (44c8924)
- Add
__call()
method to AlgoliaEngine (#384)
- Updated version constraints for Laravel 6 (b31e612)
- Calling
values()
on sorted collection to reset the array keys (#372)
- Remove support for PHP 7.0 (217c2ee)
- Added support for Laravel 5.8 (694d83b)
- Pass plain array to newCollection method (68fbcd1)
- Use Model collection where appropriate (#334)
- Builder implementation can be changed using the container (#322)
- Fix soft delete on
Searchable
trait (#321)
- Skip empty updates for
AlgoliaEngine
(#318)