File tree Expand file tree Collapse file tree 8 files changed +21
-7
lines changed Expand file tree Collapse file tree 8 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 11
2+ # [ 7.1.0] ( https://github.com/TriPSs/nestjs-query/compare/v7.0.1...v7.1.0 ) (2024-10-16)
3+
4+
5+ ### Bug Fixes
6+
7+ * Adjust package.json configurations and correct filter defaultValue syntax ([ cc19f4c] ( https://github.com/TriPSs/nestjs-query/commit/cc19f4c4f24f5ae872d966f2719b5ca11edbc99a ) )
8+
9+
10+ ### Features
11+
12+ * support querying soft deleted relations ([ 00296c0] ( https://github.com/TriPSs/nestjs-query/commit/00296c0e656f7865bcf5bb54848a07d53be8d7d7 ) )
13+
14+
15+
216## [ 7.0.1] ( https://github.com/TriPSs/nestjs-query/compare/v7.0.0...v7.0.1 ) (2024-09-25)
317
418
Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs-query" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "private" : true ,
55 "workspaces" : [
66 " packages/**"
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-core" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Base query package" ,
55 "homepage" : " https://github.com/tripss/nestjs-query#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-graphql" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Nestjs graphql query adapter" ,
55 "keywords" : [
66 " graphql" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-mongoose" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Mongoose adapter for @ptc-org/nestjs-query-core" ,
55 "homepage" : " https://github.com/tripss/nestjs-query#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-sequelize" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Sequelize adapter for @ptc-org/nestjs-query-core" ,
55 "homepage" : " https://github.com/tripss/nestjs-query#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-typegoose" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Typegoose adapter for @ptc-org/nestjs-query-core" ,
55 "homepage" : " https://github.com/tripss/nestjs-query#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @ptc-org/nestjs-query-typeorm" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.1.0 " ,
44 "description" : " Typeorm adapter for @ptc-org/nestjs-query-core" ,
55 "homepage" : " https://github.com/tripss/nestjs-query#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments