File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ It's a query language that introduces basic and logical operators. This is perfe
33
33
34
34
#### Additionals operators
35
35
- Like (Regex) : =regex= (to match regex values)
36
+ - Not Like (Regex) : =notregex= (to not match regex values)
36
37
- Exists : =exists= (to check if property exists)
37
38
38
39
###### NOTE
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rsql-mongodb" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Converting RSQL queries to MongoDB queries" ,
5
5
"main" : " rsql-mongodb.js" ,
6
6
"typings" : " rsql-mongodb.ts" ,
18
18
},
19
19
"author" : " Fizcko" ,
20
20
"contributors" : [
21
+ " woigl (https://github.com/woigl)" ,
21
22
" zishone (https://github.com/zishone)"
22
23
],
23
24
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments