You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class-validator finally introduced tree-shakable validators (since 0.12.0, see Pull 568).
This makes it a lot more compact to use and stops requiring hacks to exclude bold dependencies (libphonenumber, hundreds of KB).
Would you mind to push the version used by dynamic form builder? Thank you :)
Note: I just read about a breaking change which might require changes:
"all validations (except system ones) are type ValidationTypes.CUSTOM_VALIDATION now - mostly internal change"
If I do remember the source of dynamic form builder correctly, it distinguishes between several types.
The text was updated successfully, but these errors were encountered:
jbjhjm
changed the title
Please update class-validator
Please update dependency class-validator
Apr 20, 2020
class-validator finally introduced tree-shakable validators (since 0.12.0, see Pull 568).
This makes it a lot more compact to use and stops requiring hacks to exclude bold dependencies (libphonenumber, hundreds of KB).
Would you mind to push the version used by dynamic form builder? Thank you :)
Note: I just read about a breaking change which might require changes:
"all validations (except system ones) are type ValidationTypes.CUSTOM_VALIDATION now - mostly internal change"
If I do remember the source of dynamic form builder correctly, it distinguishes between several types.
The text was updated successfully, but these errors were encountered: