-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgraded version of class-validator #95
upgraded version of class-validator #95
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested these changes locally in a project of mine, they work perfectly, looking forward to this PR getting merged :^)
Please merge this |
Sorry, didn't mean to re-request review and I don't know how to cancel it. |
@epiphone Could you get this merged and released? |
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 199 199
Branches 54 54
=========================================
Hits 199 199
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The private fields
constraintMetadatas
andvalidationMetadatas
ofMetadataStorage
have changed from an array to a map in version 0.14.0 of class-transformer. This PR adds support for version 0.14.0 to class-validator-jsonschema.