Skip to content

Commit 99e3cb3

Browse files
authored
Merge branch 'master' into feature/relation-names
2 parents 24aeca7 + bab9a8c commit 99e3cb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1064
-1900
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: [ 16.x, 20.x ]
25+
node-version: [ 20.x, 21.x ]
2626
target: [ 'build', 'test', 'lint' ]
2727
steps:
2828
- name: Use Node.js ${{ matrix.node-version }}
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
node-version: [ 16.x, 20.x ]
68+
node-version: [ 20.x, 21.x ]
6969
db-type: ['postgres', 'mysql']
7070
steps:
7171
- name: Use Node.js ${{ matrix.node-version }}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
# [4.4.0](https://github.com/TriPSs/nestjs-query/compare/v5.0.0-alpha.0...v4.4.0) (2024-01-11)
3+
4+
5+
### Features
6+
7+
* **query-typeorm:** Support virtual columns in filtering ([0603562](https://github.com/TriPSs/nestjs-query/commit/06035623a783478c760946e801078dfdbbad7ea3)), closes [#67](https://github.com/TriPSs/nestjs-query/issues/67)
8+
* **query-typeorm:** Support virtual columns in sorting ([cb997cf](https://github.com/TriPSs/nestjs-query/commit/cb997cfdea1984d351ec3f544c72dca48a1cf1c3)), closes [#67](https://github.com/TriPSs/nestjs-query/issues/67)
9+
10+
11+
212
# [5.0.0-alpha.0](https://github.com/TriPSs/nestjs-query/compare/v4.3.3...v5.0.0-alpha.0) (2023-12-24)
313

414

documentation/blog/2020-01-26-Initial Release.md

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

documentation/blog/2020-01-27-v0.0.2.md

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

documentation/blog/2020-01-27-v0.0.3.md

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

documentation/blog/2020-01-27-v0.0.4.md

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

documentation/blog/2020-01-28-v0.0.5.md

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

documentation/blog/2020-01-28-v0.0.6.md

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

documentation/blog/2020-02-05-v0.1.0.md

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

documentation/blog/2020-02-12-v0.2.0.md

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

0 commit comments

Comments
 (0)