Skip to content

Releases: michaelbaril/sqlout

v5.0.0

27 Dec 09:17
7a4e51b
Compare
Choose a tag to compare

Credit for this release goes to @ikari7789, thanks!

Changes

  • Added Laravel 10 / Laravel Scout 10 support.
  • Updated included config file to match with Scout 10.
  • Pinned minimum supported Laravel version to run across tests across PHP versions without any deprecation warnings.

v4.0.1

05 Nov 07:45
Compare
Choose a tag to compare

Changes

  • Updated engine's internal behavior so that the query is executed when actually needed, and the lazyMap method chunks the results.

v4.0.0

04 Nov 20:10
be8fbbe
Compare
Choose a tag to compare

Adds

  • GitHub Actions for running tests against supported versions.
  • Support for PHP 8.
  • Support for Laravel 9.

Changes

  • Minimum supported PHP version to ^7.3.
  • Laravel Scout version to ^9.0.
  • Supported wamania/php-stemmer version to v3 and allows passing in the stemmer object directly.

v3.0.0

27 Feb 12:54
Compare
Choose a tag to compare

Added

  • Added support for Laravel 8.x.

v2.0.0

03 Jun 17:17
Compare
Choose a tag to compare

Added

  • Added support for Laravel 6.x and 7.x and Scout 8.x.

v1.1.0

04 Oct 11:38
Compare
Choose a tag to compare

Added

  • Added support for multiple connections.

Fixed

  • Fixed issue #1 (bug when using a morph map)

Initial release

26 Sep 11:04
Compare
Choose a tag to compare
v1.0.0

readme