This repository was archived by the owner on Oct 7, 2021. It is now read-only.
v1.2.0
- π₯ All methods are functions now (
.required
=>.required()
) - π₯ All error messages are changed
- β‘ Made
validate
method in all schema types publicly accessible - β‘ Added
details
property to all schema types to make some inside details publicly accessible - β‘ Added
unknown
method to object schema type - β‘ Added
min
method to object schema type - β‘ Added
max
method to object schema type - β‘ Added
length
method to object schema type