Skip to content

v1.9.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:29
· 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 Regle
  • forceValues parameter in $validate method. Patch the state before validating
    View changes on GitHub