Skip to content

Commit

Permalink
Merge branch 'release/4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Yan committed Jan 12, 2021
2 parents 91fb55c + 0ddc52a commit 3fc1a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 4.1.1

- Added support for Node v14 [PR #34](https://github.com/tandg-digital/objection-filter/pull/34)

### 4.1.0

- Optimized the sql query so that when only joining onto belongsTo relations, it doesn't create a separate filter query. This significantly improves performance in some specific use cases.
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": "objection-filter",
"version": "4.1.0",
"version": "4.1.1",
"description": "A filter module for objection.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3fc1a3b

Please sign in to comment.