Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Feb 16, 2022
1 parent c954aee commit 2cc8125
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `laravel-cross-eloquent-search` will be documented in this file

## 3.0.0 - 2022-02-16

* Support for Full-Text Search.
* The `get` method has been renamed to `search`.
* The `addWhen` method has been removed in favor of `when`.
* Support for custom *type* values when using the `includeModelType` method.
* By default, the results are sorted by the *updated* column, which is the `updated_at` column in most cases. If you don't use timestamps, it will now use the primary key by default.

## 2.7.1 - 2022-02-10

- Add Conditionable trait to Searcher (thanks @Daanra!)
Expand Down

0 comments on commit 2cc8125

Please sign in to comment.