File tree 12 files changed +83
-13
lines changed
12 files changed +83
-13
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency graphql-tools to v6.2.4 ([ d363cbc] ( https://github.com/doug-martin/nestjs-query/commit/d363cbc49944fa89d3dc13ab784c7f7be41edc05 ) )
12
+ * ** filters:** Fix bug with incorect parameters in filter ([ 6ada4f4] ( https://github.com/doug-martin/nestjs-query/commit/6ada4f4a12633d41c60de9540dfc28ed0985ca62 ) )
13
+ * ** filters:** Fix bug with incorect parameters in filters ([ 9f4e93b] ( https://github.com/doug-martin/nestjs-query/commit/9f4e93b7726d85cb4febe86d2caf941dc957463a ) )
14
+ * ** typeorm:** fix unit tests after fix filters bug ([ 5f50419] ( https://github.com/doug-martin/nestjs-query/commit/5f5041906694ae7c4aa799f52049d0981b97ccfc ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * ** core:** parallelize queries within relation query service ([ b339a2a] ( https://github.com/doug-martin/nestjs-query/commit/b339a2a9a3d1ad315d92eec67ab31af18617f6ca ) )
20
+
21
+
22
+
23
+
24
+
6
25
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
26
8
27
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency graphql-tools to v6.2.4 ([ d363cbc] ( https://github.com/doug-martin/nestjs-query/commit/d363cbc49944fa89d3dc13ab784c7f7be41edc05 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nestjs-query-examples" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
12
12
"start" : " nest start --watch"
13
13
},
14
14
"dependencies" : {
15
- "@nestjs-query/core" : " 0.20.1 " ,
16
- "@nestjs-query/query-graphql" : " 0.20.1 " ,
17
- "@nestjs-query/query-sequelize" : " 0.20.1 " ,
18
- "@nestjs-query/query-typeorm" : " 0.20.1 " ,
15
+ "@nestjs-query/core" : " 0.20.2 " ,
16
+ "@nestjs-query/query-graphql" : " 0.20.2 " ,
17
+ "@nestjs-query/query-sequelize" : " 0.20.2 " ,
18
+ "@nestjs-query/query-typeorm" : " 0.20.2 " ,
19
19
"@nestjs/common" : " 7.4.4" ,
20
20
"@nestjs/core" : " 7.4.4" ,
21
21
"@nestjs/graphql" : " 7.7.0" ,
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 0.20.1 "
19
+ "version" : " 0.20.2 "
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** core:** parallelize queries within relation query service ([ b339a2a] ( https://github.com/doug-martin/nestjs-query/commit/b339a2a9a3d1ad315d92eec67ab31af18617f6ca ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
18
8
19
** 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.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " Base query package" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-graphql
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-graphql" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " Nestjs graphql query adapter" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
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.20.1 " ,
41
+ "@nestjs-query/core" : " 0.20.2 " ,
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-sequelize
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/query-sequelize
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-sequelize" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " Sequelize adapter for @nestjs-query/core" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
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.20.1 " ,
21
+ "@nestjs-query/core" : " 0.20.2 " ,
22
22
"lodash.pick" : " 4.4.0"
23
23
},
24
24
"peerDependencies" : {
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.20.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.1...v0.20.2 ) (2020-10-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** filters:** Fix bug with incorect parameters in filter ([ 6ada4f4] ( https://github.com/doug-martin/nestjs-query/commit/6ada4f4a12633d41c60de9540dfc28ed0985ca62 ) )
12
+ * ** filters:** Fix bug with incorect parameters in filters ([ 9f4e93b] ( https://github.com/doug-martin/nestjs-query/commit/9f4e93b7726d85cb4febe86d2caf941dc957463a ) )
13
+ * ** typeorm:** fix unit tests after fix filters bug ([ 5f50419] ( https://github.com/doug-martin/nestjs-query/commit/5f5041906694ae7c4aa799f52049d0981b97ccfc ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 0.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7
20
8
21
** Note:** Version bump only for package @nestjs-query/query-typeorm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-typeorm" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.20.2 " ,
4
4
"description" : " Typeorm adapter for @nestjs-query/core" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
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.20.1 " ,
21
+ "@nestjs-query/core" : " 0.20.2 " ,
22
22
"lodash.filter" : " ^4.6.0" ,
23
23
"lodash.omit" : " ^4.5.0" ,
24
24
"uuid" : " 8.3.0"
You can’t perform that action at this time.
0 commit comments