Changelog
0.9.0
breaking
test
functions are no longer passed path
and context
as arguments, Instead they are now values on this
inside the test function.this
value, use this.schema
instead.other changes
createError
for dynamically altering validation errors.Changelog
0.8.3
stripUnknown
recursive
optionnoUnknown()
test to objectsChangelog
0.8.2
Changelog
0.8.0
breaking
test
functions are now passed path
and context
values along with the field value. Only breaks if using the callback style of defining custom validations