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
Hi, funcool. Thank you for your creating nice validation library.
I've found a mismatch between document and its work.
validate API's comment says,
validate
This function by default strips all data that are not defined in schema, but this behavior can be changed by passing {:strip false} as third argument.
{:strip false}
but actually default value of strip is false. https://github.com/funcool/struct/blob/master/src/struct/core.cljc#L129
Which have you intended?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, funcool. Thank you for your creating nice validation library.
I've found a mismatch between document and its work.
validate
API's comment says,but actually default value of strip is false.
https://github.com/funcool/struct/blob/master/src/struct/core.cljc#L129
Which have you intended?
The text was updated successfully, but these errors were encountered: