Hello, I need to ask regarding change in ValidationPipe in versions after 10.2.7. This is the commit I found causing my issue:
https://github.com/nestjs/nest/commit/f3141fbfdabd66de4485d76ce22c6e9b16dd55f8
Before this change, I could have @Query('myparam') Date date, and the Date would get transformed to Date object. However after this commit, its it not being deserialized and I was not able to find it in changelog of the newer versions. Can someone explain this to me, if current behavior is intended (and what should I change), or if it is a bug?