Open thomaux opened 3 years ago
Just chiming in, those functions while deprecated were removed accidentally, 0.5.1 re-added them. However, it's still a good idea to use the new name.
Thanks for the update @NoNameProvided, upgrading to 0.5.1 does indeed work with the existing version of class-transformer-validator
This PR updates class-validator and class-transformer to their latest versions, allowing projects that depend on class-transformer-validator, to update to the latest versions of the peer dependencies.
Changes:
Class
in methods toInstance
. Example:plainToClass
is renamed toplainToInstance
.