Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dman committed Oct 18, 2024
1 parent 0206203 commit b0202ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
# Changelog

## 2.3.2

### Patch Changes

- Fixed return for custom params method [#44](https://github.com/d34dman/drupal-jsonapi-params/pull/44).


## 2.3.1

### Patch Changes

- Dev dependency update.

## 2.3.0

### Minor Changes

- 1edf445: Introduce configurations to control query generation behaviour.
- 1edf445: addFilter now supports an optional parameter to use a specific key
- Introduce configurations to control query generation behaviour.
- `addFilter` now supports an optional parameter to use a specific key

### Patch Changes

- Use TypeScript "this" return type for fluent setters
- Use TypeScript `this` return type for fluent setters

## 2.2.0

### Minor Changes

- c81d8ff: Introduced `setQsOption` and `getQsOption` to set and get default options passed to `qs` library.
- Introduced `setQsOption` and `getQsOption` to set and get default options passed to `qs` library.

### Patch Changes

- 8806a73: Switched primary development branch to use `main` instead of `master`
- 6f42bd0: Fixed a bug when non null values were supplied to `IS NULL` and `IS NOT NULL` operator, which used to generate buggy query.
- Switched primary development branch to use `main` instead of `master`
- Fixed a bug when non null values were supplied to `IS NULL` and `IS NOT NULL` operator, which used to generate buggy query.

## [2.1.0]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drupal-jsonapi-params",
"version": "2.3.1",
"version": "2.3.2",
"description": "Drupal JSON-API params",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b0202ed

Please sign in to comment.