Skip to content

Commit 2cc8125

Browse files
committed
Update CHANGELOG.md
1 parent c954aee commit 2cc8125

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## 3.0.0 - 2022-02-16
6+
7+
* Support for Full-Text Search.
8+
* The `get` method has been renamed to `search`.
9+
* The `addWhen` method has been removed in favor of `when`.
10+
* Support for custom *type* values when using the `includeModelType` method.
11+
* 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.
12+
513
## 2.7.1 - 2022-02-10
614

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

0 commit comments

Comments
 (0)