Skip to content

Commit 6a4f96e

Browse files
committed
update changelog
1 parent 6f42bd0 commit 6a4f96e

File tree

5 files changed

+20
-22
lines changed

5 files changed

+20
-22
lines changed

.changeset/friendly-ants-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-toys-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-seas-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3+
## 2.2.0
64

7-
## [2.1.0]
5+
### Minor Changes
6+
7+
- c81d8ff: Introduced `setQsOption` and `getQsOption` to set and get default options passed to `qs` library.
88

9-
## New
9+
### Patch Changes
10+
11+
- 8806a73: Switched primary development branch to use `main` instead of `master`
12+
- 6f42bd0: Fixed a bug when non null values were supplied to `IS NULL` and `IS NOT NULL` operator, which used to generate buggy query.
13+
14+
## [2.1.0]
1015

1116
- `addPageOffset` method added.
1217

@@ -19,12 +24,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1924
## Fixed
2025

2126
- Fixed short query generation for cases where operator is other than "="
27+
2228
## [1.2.3]
29+
2330
### Changed
31+
2432
- Switched to version 2 for package-lock.json
25-
- Updated testing tools (jest) from 25.* to 27.*
33+
- Updated testing tools (jest) from 25._ to 27._
34+
2635
## [1.2.2] - 2021-06-14
36+
2737
### Added
38+
2839
- Added CHANGELOG.md
40+
2941
### Changed
42+
3043
- `constructor` for `DrupalJsonApiParams` accepts same parameter as `initialize` method, and also calls it.

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.1.0",
3+
"version": "2.2.0",
44
"description": "Drupal JSON-API params",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)