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

Update deps to class-transformer 0.2.0 #15

Closed quezak closed 5 years ago

quezak commented 5 years ago

I recently updated to class-transformer 0.2.0, becuase I wanted to use the discriminator feature that they introduced. From my brief tests it looks like it still works with this package, but my use cases are not too complicated, so I can't say everything's ok :) Anyway, it may be worth releasing with updated deps, probably as v0.7 since it's theoretically a breaking change for class-transformer.

MichalLytek commented 5 years ago

@quezak Feel free to make a PR for that 😉

quezak commented 5 years ago

@19majkel94 there you go :)