Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

83 lines (44 loc) · 3.1 KB

Release Notes

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)