Skip to content

Commit b0202ed

Browse files
committed
update changelog
1 parent 0206203 commit b0202ed

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
11
# Changelog
22

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+
316
## 2.3.0
417

518
### Minor Changes
619

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
922

1023
### Patch Changes
1124

12-
- Use TypeScript "this" return type for fluent setters
25+
- Use TypeScript `this` return type for fluent setters
1326

1427
## 2.2.0
1528

1629
### Minor Changes
1730

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.
1932

2033
### Patch Changes
2134

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.
2437

2538
## [2.1.0]
2639

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal-jsonapi-params",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Drupal JSON-API params",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)