Releases: protonemedia/laravel-cross-eloquent-search
Releases · protonemedia/laravel-cross-eloquent-search
3.7.0
What's Changed
- Fix CI failure by upgrading deprecated
actions/cacheversion by @alissn in #93 - Add PHP 8.5 support by @realpascalbotjet in #96
- Add dependabot auto-merge workflow and update Laravel requirement by @realpascalbotjet in #97
- Add PostgreSQL support + Complete SQLite feature parity by @realpascalbotjet in #100
- Fix fulltext search with mixed direct and relation columns by @realpascalbotjet in #95
- Add
tapMethod by @alissn in #92 - [feat] add method
exactMatchby @alissn in #91 - Fix PHP 8.4 warning where
str_getcsvmust be provided an$escapeparameter by @SebKay in #90 - Add PHPUnit 12 support by @realpascalbotjet in #102
- Laravel 13.x Compatibility by @laravel-shift in #101
New Contributors
Full Changelog: 3.6.0...3.7.0
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.