Skip to content

Conversation

victorgarciaesgi
Copy link
Owner

@victorgarciaesgi victorgarciaesgi commented Sep 20, 2025

feat: use Standard Schema ~standard property on any nested schema property
feat: useRules for a stateless and functionnal use of Regle
feat: forceValues parameter in $validate method. Patch the state before validating

BREAKING CHANGE: flatErrors now follow standard Issue format, path is now Array (ex: path: "foo.0.bar" -> path: ["foo", 0, "bar"]

Copy link

vercel bot commented Sep 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
regle Ready Ready Preview Comment Sep 21, 2025 3:22pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
regle-playground Ignored Ignored Sep 21, 2025 3:22pm

feat: use Standard Schema `~standard` property on any nested schema property
feat: `useRules` for a stateless and functionnal use of Regle
feat: `forceValues` parameter in `$validate` method. Patch the state before validating

BREAKING CHANGE: `flatErrors` now follow standard Issue format, `path` is now Array (ex: `path: "foo.0.bar"` -> `path: ["foo", 0, "bar"]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add a keepValidationState option in $reset [feature] when $key is present in collection, enable deepCompare by default
1 participant