Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Make
StringLengthValidator
configuration v12+ compatible (#34
) The validator API has changed in v12, configuration doesn't happen via constructor arguments anymore, but via calling `setOptions()`. This commit adds a version switch to respect several versions of the API.
- Loading branch information