Skip to content

Commit 54dfa96

Browse files
committed
Updated Changelog for v0.4.1
2 parents 02d5b36 + 6f30744 commit 54dfa96

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ Year format is defined as: `YYYY-m-d`
99

1010
## [Unreleased]
1111

12+
## [0.4.1 - 2023 - 04 - 23
13+
14+
### Feature
15+
16+
-The "Like" operator has been added with 3 options:
17+
18+
Full: allows a search filtering by the field provided and the value contains the String provided.
19+
Left: allows you to perform a filtered search by the field provided and the value ends with the String provided.
20+
Right: allows a search filtering by the provided field and the value starts with the provided String.
21+
22+
The logic of the operators has been changed a bit.
23+
24+
The corresponding tests have been added to validate that the queries with "Like" are generated correctly.
25+
26+
1227
## [0.4.0] - 2023 - 04 - 23
1328

1429
### Feature

0 commit comments

Comments
 (0)