We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d8c43 commit dc69d3aCopy full SHA for dc69d3a
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-cross-eloquent-search` will be documented in this file
4
5
+## 1.6.0 - 2020-12-16
6
+
7
+- Allow empty search terms without selecting columns
8
9
+## 1.5.0 - 2020-10-30
10
11
+- Added support for PHP 8.0
12
13
## 1.4.0 - 2020-10-28
14
15
- Allow empty search terms
@@ -17,12 +25,12 @@ All notable changes to `laravel-cross-eloquent-search` will be documented in thi
17
25
18
26
## 1.2.0 - 2020-08-28
19
27
20
-- standalone search terms parser
28
+- Standalone search terms parser
21
29
22
30
## 1.1.0 - 2020-08-10
23
31
24
-- option to disable the parsing of the search term
32
+- Option to disable the parsing of the search term
33
34
## 1.0.0 - 2020-07-08
35
-- initial release
36
+- Initial release
0 commit comments