Releases: protonemedia/laravel-cross-eloquent-search
Releases · protonemedia/laravel-cross-eloquent-search
3.6.0
3.5.0
3.4.0
3.3.0
What's Changed
- Support for PHP 8.3. Dropped support for Laravel 9 by @pascalbaljet in #82
Full Changelog: 3.2.0...3.3.0
3.2.0
- Support for Laravel 10
- Dropped support for PHP 8.0
3.1.0
- Support for PHP 8.2
- Dropped support for Laravel 8
3.0.1
- Fix for #66 (thanks @tushargugnani!)
3.0.0
- Support for Full-Text Search.
- Support for custom type values when using the includeModelTypemethod (thanks @muarachmann!).
- By default, the results are sorted by the updated column, which is the updated_atcolumn in most cases. If you don't use timestamps, it will now use the primary key by default.
- The getmethod has been renamed tosearch(thanks @babacarcissedia!).
- The addWhenmethod has been removed in favor ofwhen.
2.7.1
2.7.0
Support for Laravel 9