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
Before, only(1) was an alias to valid(1). This changes it to a flag where Joi.allow(1).only() is the same as Joi.valid(1).
only(1)
valid(1)
Joi.allow(1).only()
Joi.valid(1)
The text was updated successfully, but these errors were encountered:
8e2687f
hueniverse
No branches or pull requests
Before,
only(1)
was an alias tovalid(1)
. This changes it to a flag whereJoi.allow(1).only()
is the same asJoi.valid(1)
.The text was updated successfully, but these errors were encountered: