- 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)