MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 19 forks source link

Updates class-validator and class-transformer to latest versions #39

Open thomaux opened 2 years ago

thomaux commented 2 years ago

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:

NoNameProvided commented 2 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.

thomaux commented 2 years ago

Thanks for the update @NoNameProvided, upgrading to 0.5.1 does indeed work with the existing version of class-transformer-validator