Releases: michaelbaril/sqlout
Releases · michaelbaril/sqlout
v5.0.0
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
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
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
Added
- Added support for Laravel 8.x.
v2.0.0
Added
- Added support for Laravel 6.x and 7.x and Scout 8.x.
v1.1.0
Initial release
v1.0.0 readme