Skip to content

Commit ed5f2e6

Browse files
authored
Update README.md
1 parent 7da4845 commit ed5f2e6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ class UserController extends Controller
4444

4545
# Documentation
4646

47+
### New in v1.4
48+
49+
##### Filter by not existing related models
50+
51+
```
52+
.../model?filter[!relation.type]=value
53+
```
54+
55+
Will match if there is no model of the relation where type = 'value'
56+
4757
### New in v1.3
4858

4959
##### Use base64 encoded values
@@ -107,4 +117,4 @@ Filter for a base64 encoded value
107117

108118
### Known issues
109119

110-
* Sorting by related fields doesn't work yet.
120+
* Sorting by related fields doesn't work yet.

0 commit comments

Comments
 (0)