Skip to content

Latest commit

 

History

History
131 lines (69 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

131 lines (69 loc) · 4.67 KB

Release Notes

Fixed

  • Fix HasManyThrough relationships (#416)

Added

  • Laravel 8 support (#415)

Changed

  • Update builder class pagination methods to resolve LengthAwarePaginator using container (#413)

Fixed

  • Fix undefined $user variable bug (e751cf4)

Added

Added

  • Optional param for chunk size on scout:import (#407)

Fixed

  • Merge default scout configs (#402)

Changed

  • Use chunkById instead of chunk (#360)
  • Drop support for Laravel 5.x
  • Drop support for PHP 7.1

Fixed

Added

  • Add __call() method to AlgoliaEngine (#384)

Changed

  • Updated version constraints for Laravel 6 (b31e612)

Fixed

  • Calling values() on sorted collection to reset the array keys (#372)

Changed

  • Remove support for PHP 7.0 (217c2ee)

Fixed

  • Fix engine results order (#369, bde4969)
  • Fix empty update with soft delete (#370)

Added

  • Added support for Laravel 5.8 (694d83b)

Changed

  • Upgraded Algolia API client to v2 (#349, #353)

Fixed

  • Pass plain array to newCollection method (68fbcd1)

Fixed

  • Use Model collection where appropriate (#334)

Added

  • Builder implementation can be changed using the container (#322)

Fixed

  • Fix soft delete on Searchable trait (#321)

Changed

  • Skip empty updates for AlgoliaEngine (#318)

Changed

  • Adds default $query value on Searchable::search (#309)
  • Flush records of a model using the engine. This removes the emitting of the ModelsFlushed event. (#310)