File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed return for custom params method [ #44 ] ( https://github.com/d34dman/drupal-jsonapi-params/pull/44 ) .
8
+
9
+
10
+ ## 2.3.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Dev dependency update.
15
+
3
16
## 2.3.0
4
17
5
18
### Minor Changes
6
19
7
- - 1edf445: Introduce configurations to control query generation behaviour.
8
- - 1edf445: addFilter now supports an optional parameter to use a specific key
20
+ - Introduce configurations to control query generation behaviour.
21
+ - ` addFilter ` now supports an optional parameter to use a specific key
9
22
10
23
### Patch Changes
11
24
12
- - Use TypeScript " this" return type for fluent setters
25
+ - Use TypeScript ` this ` return type for fluent setters
13
26
14
27
## 2.2.0
15
28
16
29
### Minor Changes
17
30
18
- - c81d8ff: Introduced ` setQsOption ` and ` getQsOption ` to set and get default options passed to ` qs ` library.
31
+ - Introduced ` setQsOption ` and ` getQsOption ` to set and get default options passed to ` qs ` library.
19
32
20
33
### Patch Changes
21
34
22
- - 8806a73: Switched primary development branch to use ` main ` instead of ` master `
23
- - 6f42bd0: Fixed a bug when non null values were supplied to ` IS NULL ` and ` IS NOT NULL ` operator, which used to generate buggy query.
35
+ - Switched primary development branch to use ` main ` instead of ` master `
36
+ - Fixed a bug when non null values were supplied to ` IS NULL ` and ` IS NOT NULL ` operator, which used to generate buggy query.
24
37
25
38
## [ 2.1.0]
26
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " drupal-jsonapi-params" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " Drupal JSON-API params" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments