File tree Expand file tree Collapse file tree 12 files changed +86
-13
lines changed Expand file tree Collapse file tree 12 files changed +86
-13
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.8] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.7...v0.17.8 ) (2020-07-28)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.59 ([ ffe2ae9] ( https://github.com/doug-martin/nestjs-query/commit/ffe2ae926bb43edcd970fd7618bcb5a62a8d43c4 ) )
12+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.59 ([ 7a80894] ( https://github.com/doug-martin/nestjs-query/commit/7a8089499e402163383a53ce51fbee590f633c76 ) )
13+ * ** deps:** update dependency apollo-server-express to v2.16.1 ([ 4989294] ( https://github.com/doug-martin/nestjs-query/commit/49892946b7b2d6f67ec7402946c07cee7b9bee44 ) )
14+
15+
16+ ### Features
17+
18+ * ** graphql:** Allow specifying allowed comparisons on filterable fields ([ ced2792] ( https://github.com/doug-martin/nestjs-query/commit/ced27920e5c2278c2a04c027a692e25b3306f6cb ) )
19+
20+
21+
22+
23+
624## [ 0.17.7] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7 ) (2020-07-27)
725
826
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.8] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.7...v0.17.8 ) (2020-07-28)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency apollo-server-express to v2.16.1 ([ 4989294] ( https://github.com/doug-martin/nestjs-query/commit/49892946b7b2d6f67ec7402946c07cee7b9bee44 ) )
12+
13+
14+
15+
16+
617## [ 0.17.7] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7 ) (2020-07-27)
718
819** Note:** Version bump only for package nestjs-query-examples
Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs-query-examples" ,
3- "version" : " 0.17.7 " ,
3+ "version" : " 0.17.8 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
1212 "start" : " nest start --watch"
1313 },
1414 "dependencies" : {
15- "@nestjs-query/core" : " 0.17.7 " ,
16- "@nestjs-query/query-graphql" : " 0.17.7 " ,
17- "@nestjs-query/query-sequelize" : " 0.17.7 " ,
18- "@nestjs-query/query-typeorm" : " 0.17.7 " ,
15+ "@nestjs-query/core" : " 0.17.8 " ,
16+ "@nestjs-query/query-graphql" : " 0.17.8 " ,
17+ "@nestjs-query/query-sequelize" : " 0.17.8 " ,
18+ "@nestjs-query/query-typeorm" : " 0.17.8 " ,
1919 "@nestjs/common" : " 7.3.2" ,
2020 "@nestjs/core" : " 7.3.2" ,
2121 "@nestjs/graphql" : " 7.5.5" ,
Original file line number Diff line number Diff line change 1616 "hoist" : true
1717 }
1818 },
19- "version" : " 0.17.7 "
19+ "version" : " 0.17.8 "
2020}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.8] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.7...v0.17.8 ) (2020-07-28)
7+
8+
9+ ### Features
10+
11+ * ** graphql:** Allow specifying allowed comparisons on filterable fields ([ ced2792] ( https://github.com/doug-martin/nestjs-query/commit/ced27920e5c2278c2a04c027a692e25b3306f6cb ) )
12+
13+
14+
15+
16+
617## [ 0.17.7] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7 ) (2020-07-27)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/core" ,
3- "version" : " 0.17.7 " ,
3+ "version" : " 0.17.8 " ,
44 "description" : " Base query package" ,
55 "author" :
" doug-martin <[email protected] >" ,
66 "homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.8] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.7...v0.17.8 ) (2020-07-28)
7+
8+
9+ ### Features
10+
11+ * ** graphql:** Allow specifying allowed comparisons on filterable fields ([ ced2792] ( https://github.com/doug-martin/nestjs-query/commit/ced27920e5c2278c2a04c027a692e25b3306f6cb ) )
12+
13+
14+
15+
16+
617## [ 0.17.7] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7 ) (2020-07-27)
718
819** Note:** Version bump only for package @nestjs-query/query-graphql
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/query-graphql" ,
3- "version" : " 0.17.7 " ,
3+ "version" : " 0.17.8 " ,
44 "description" : " Nestjs graphql query adapter" ,
55 "author" :
" doug-martin <[email protected] >" ,
66 "homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
3838 "url" : " https://github.com/doug-martin/nestjs-query/issues"
3939 },
4040 "dependencies" : {
41- "@nestjs-query/core" : " 0.17.7 " ,
41+ "@nestjs-query/core" : " 0.17.8 " ,
4242 "graphql-fields" : " ^2.0.3" ,
4343 "lodash.omit" : " ^4.5.0" ,
4444 "lower-case-first" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.8] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.7...v0.17.8 ) (2020-07-28)
7+
8+
9+ ### Features
10+
11+ * ** graphql:** Allow specifying allowed comparisons on filterable fields ([ ced2792] ( https://github.com/doug-martin/nestjs-query/commit/ced27920e5c2278c2a04c027a692e25b3306f6cb ) )
12+
13+
14+
15+
16+
617## [ 0.17.7] ( https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7 ) (2020-07-27)
718
819** Note:** Version bump only for package @nestjs-query/query-sequelize
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/query-sequelize" ,
3- "version" : " 0.17.7 " ,
3+ "version" : " 0.17.8 " ,
44 "description" : " Sequelize adapter for @nestjs-query/core" ,
55 "author" :
" doug-martin <[email protected] >" ,
66 "homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
1818 "access" : " public"
1919 },
2020 "dependencies" : {
21- "@nestjs-query/core" : " 0.17.7 " ,
21+ "@nestjs-query/core" : " 0.17.8 " ,
2222 "lodash.pick" : " 4.4.0"
2323 },
2424 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments