We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Example seems to generate null instead of date.between:
"publicationDate": { "type": "faker", "value": "date.between", "options": ["2019-01-02", "2019-12-29"]
To Reproduce Steps to reproduce the behavior:
Expected behavior dates should be generated randomly between both dates
The text was updated successfully, but these errors were encountered:
Thanks for letting me know, @JoseGascon !
Looks like we've been giving the same treatment to Object and Array type options parameter from raw .json models.
.json
I'll be addressing a PR with a fix.
Sorry, something went wrong.
Release published under v0.4.2
sgobotta
No branches or pull requests
Describe the bug
Example seems to generate null instead of date.between:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
dates should be generated randomly between both dates
The text was updated successfully, but these errors were encountered: