v1.9.0-beta.1
Pre-release
Pre-release
·
17 commits
to main
since this release
⚠️ Breaking changes
flatErrors
now follow standard Issue format,path
is now Array (ex:path: "foo.0.bar"
->path: ["foo", 0, "bar"]
)
🚀 Features
- Implement Standard Schema spec - by @victorgarciaesgi (5eeca)
- use Standard Schema
~standard
property on any nested schema property useRules
for a stateless and functionnal use of RegleforceValues
parameter in$validate
method. Patch the state before validating