-
Notifications
You must be signed in to change notification settings - Fork 806
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
fix: pass options to validator in @IsDateString
decorator
#1720
Conversation
@braaar you don't have permission to merge? |
At this point you might just fork the project. It doesn't seem like @NoNameProvided has any plans to work on this anymore. |
I'm hesitant to take it that far. With the amount of stars and weekly downloads this project has, it would be a huge setback and inconvenience for the end users. That's a last resort if the entire Typestack team goes completely AWOL. |
2ef8ff0
to
0da8f89
Compare
064d766
to
0fed8dd
Compare
@IsDateString
decorator
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Fixes calling
@IsDateString({strict: true})
. Currently, it doesn't work because the options are not passed to the underlying validator.Fixes
references #1061