Skip to content
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

Pass validationOptions through to ValidateBy #39

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

dallashall-procore
Copy link
Contributor

By passing validationOptions as the last argument of ValidateBy, it will respect options like

@IsULID({ each: true }) // for validating arrays of ULIDs

By passing `validationOptions` as the last argument of `ValidateBy`, it will respect options like
```typescript
@IsULID({ each: true }) // for validating arrays of ULIDs
```
Copy link
Owner

@yuzu441 yuzu441 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dallashall-procore Sorry for the later response. Thanks for your PR. Please wait until relase new version.

@yuzu441 yuzu441 merged commit 63d472f into yuzu441:master Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants