File tree Expand file tree Collapse file tree 16 files changed +118
-20
lines changed Expand file tree Collapse file tree 16 files changed +118
-20
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.30.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0 ) (2021-09-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update apollo graphql packages ([ 6d40b9d] ( https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5 ) )
12
+ * ** deps:** update dependency passport to v0.5.0 ([ a8a05d1] ( https://github.com/doug-martin/nestjs-query/commit/a8a05d1d91c0c50aa0140c8709c9ea75b1aca05f ) )
13
+ * ** deps:** update docusaurus monorepo to v2.0.0-beta.6 ([ 9015c71] ( https://github.com/doug-martin/nestjs-query/commit/9015c7162181fcc5362baf9c26efe079d0c22476 ) )
14
+ * ** query-graphql:** Custom authorizers now behave like auth decorators ([ ff92b9a] ( https://github.com/doug-martin/nestjs-query/commit/ff92b9ae7a0ae4fb9585bead9b778e26fbd6b95a ) )
15
+ * ** query-graphql:** fix eslint errors ([ 73acbc3] ( https://github.com/doug-martin/nestjs-query/commit/73acbc3557d3e8cccbe7cb7e8e01dde9d4218208 ) )
16
+ * ** query-typeorm:** import jest-extended into typeorm query service ([ f539b29] ( https://github.com/doug-martin/nestjs-query/commit/f539b29fad60c070e8736f872d547fd498eb3c4f ) )
17
+ * ** tests:** fix jest-extended typings and eslint problems ([ 6af8af1] ( https://github.com/doug-martin/nestjs-query/commit/6af8af13a33faaa1585561e7b426b125a6368b6b ) )
18
+ * ** typeorm:** revert uneeded change to test entity ([ 86f7fd9] ( https://github.com/doug-martin/nestjs-query/commit/86f7fd9abb101eb40af2cf66009d50cb8c173eea ) )
19
+
20
+
21
+ ### Features
22
+
23
+ * ** query-typeorm:** allow deeply nested filters ([ 0bd6b76] ( https://github.com/doug-martin/nestjs-query/commit/0bd6b76c4dbd876df7f9a991803843405d24fdb9 ) )
24
+
25
+
26
+
27
+
28
+
6
29
# [ 0.29.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0 ) (2021-09-09)
7
30
8
31
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.30.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0 ) (2021-09-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update apollo graphql packages ([ 6d40b9d] ( https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5 ) )
12
+ * ** deps:** update dependency passport to v0.5.0 ([ a8a05d1] ( https://github.com/doug-martin/nestjs-query/commit/a8a05d1d91c0c50aa0140c8709c9ea75b1aca05f ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.29.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0 ) (2021-09-09)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nestjs-query-examples" ,
3
- "version" : " 0.29 .0" ,
3
+ "version" : " 0.30 .0" ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
13
13
},
14
14
"dependencies" : {
15
15
"@apollo/federation" : " 0.33.0" ,
16
- "@nestjs-query/core" : " 0.29 .0" ,
17
- "@nestjs-query/query-graphql" : " 0.29 .0" ,
18
- "@nestjs-query/query-mongoose" : " 0.29 .0" ,
19
- "@nestjs-query/query-sequelize" : " 0.29 .0" ,
20
- "@nestjs-query/query-typegoose" : " 0.29 .0" ,
21
- "@nestjs-query/query-typeorm" : " 0.29 .0" ,
16
+ "@nestjs-query/core" : " 0.30 .0" ,
17
+ "@nestjs-query/query-graphql" : " 0.30 .0" ,
18
+ "@nestjs-query/query-mongoose" : " 0.30 .0" ,
19
+ "@nestjs-query/query-sequelize" : " 0.30 .0" ,
20
+ "@nestjs-query/query-typegoose" : " 0.30 .0" ,
21
+ "@nestjs-query/query-typeorm" : " 0.30 .0" ,
22
22
"@nestjs/common" : " 8.0.9" ,
23
23
"@nestjs/core" : " 8.0.9" ,
24
24
"@nestjs/graphql" : " 9.0.5" ,
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 0.29 .0"
19
+ "version" : " 0.30 .0"
20
20
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.30.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0 ) (2021-09-30)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.29.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0 ) (2021-09-09)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/core" ,
3
- "version" : " 0.29 .0" ,
3
+ "version" : " 0.30 .0" ,
4
4
"description" : " Base query package" ,
5
5
"author" :
" doug-martin <[email protected] >" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.30.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0 ) (2021-09-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update apollo graphql packages ([ 6d40b9d] ( https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5 ) )
12
+ * ** query-graphql:** Custom authorizers now behave like auth decorators ([ ff92b9a] ( https://github.com/doug-martin/nestjs-query/commit/ff92b9ae7a0ae4fb9585bead9b778e26fbd6b95a ) )
13
+ * ** query-graphql:** fix eslint errors ([ 73acbc3] ( https://github.com/doug-martin/nestjs-query/commit/73acbc3557d3e8cccbe7cb7e8e01dde9d4218208 ) )
14
+
15
+
16
+
17
+
18
+
6
19
# [ 0.29.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0 ) (2021-09-09)
7
20
8
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-graphql" ,
3
- "version" : " 0.29 .0" ,
3
+ "version" : " 0.30 .0" ,
4
4
"description" : " Nestjs graphql query adapter" ,
5
5
"author" :
" doug-martin <[email protected] >" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
38
38
"url" : " https://github.com/doug-martin/nestjs-query/issues"
39
39
},
40
40
"dependencies" : {
41
- "@nestjs-query/core" : " 0.29 .0" ,
41
+ "@nestjs-query/core" : " 0.30 .0" ,
42
42
"graphql-fields" : " ^2.0.3" ,
43
43
"lodash.omit" : " ^4.5.0" ,
44
44
"lower-case-first" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.30.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0 ) (2021-09-30)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-mongoose
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.29.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0 ) (2021-09-09)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/query-mongoose
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-mongoose" ,
3
- "version" : " 0.29 .0" ,
3
+ "version" : " 0.30 .0" ,
4
4
"description" : " Mongoose adapter for @nestjs-query/core" ,
5
5
"author" :
" doug-martin <[email protected] >" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
18
18
"access" : " public"
19
19
},
20
20
"dependencies" : {
21
- "@nestjs-query/core" : " 0.29 .0" ,
21
+ "@nestjs-query/core" : " 0.30 .0" ,
22
22
"camel-case" : " ^4.1.2" ,
23
23
"lodash.escaperegexp" : " ^4.1.2" ,
24
24
"lodash.merge" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments