Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Yan committed Oct 19, 2020
1 parent a21cb49 commit 6263e71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

### 4.0.1

- Exported the `getPropertiesFromExpression` function on the main interface

### 4.0.0

I've made this a major version bump due to the Typescript update, and the removal of Node version 8 support. There are no new features additions though, so no need for migration.
Expand Down Expand Up @@ -46,4 +54,4 @@ I've made this a major version bump due to the Typescript update, and the remova
### 1.0.0

* Added filtering using nested or/and logical expressions
* Added object-notation for eager loading and filtering
* Added object-notation for eager loading and filtering
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.0.1",
"version": "4.1.0",
"description": "A filter module for objection.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 6263e71

Please sign in to comment.