Conversation
6e8f02f to
efc3181
Compare
efc3181 to
c2355ab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.1→12.0.0Release Notes
zaggino/z-schema (z-schema)
v12.0.0Compare Source
⚠ BREAKING CHANGES
draft-07todraft2020-12. If your schemas rely on draft-04/06/07 behavior, setversionexplicitly or declare$schemain every schema. See MIGRATION.md for details.formatAssertions: nullto restore the legacy always-assert behavior.maxRecursionDepthsafeguard (default: 100). Deeply nested schemas or data that previously validated may now fail withMAX_RECURSION_DEPTH_EXCEEDED. Increase the value if needed.Features
draft2020-12as the new default version (#355) (c0c3a30)$anchor,$recursiveRef/$recursiveAnchor,$defs,$vocabulary,dependentRequired,dependentSchemas,maxContains,minContains,unevaluatedItems,unevaluatedProperties$dynamicRef/$dynamicAnchor,prefixItems, refineditems(applies to remaining items afterprefixItems)unevaluatedProperties/unevaluatedItemswith applicator traversal throughallOf,anyOf,oneOf,if/then/else,dependentSchemas,contains,$ref,$recursiveRef,$dynamicRefformatAssertionsoption to control format assertion behavior per draft (c0c3a30)JsonSchemaDraft201909,JsonSchemaDraft202012with layered inheritance (ba1bd69)ARRAY_UNEVALUATED_ITEMS,OBJECT_UNEVALUATED_PROPERTIES,COLLECT_EVALUATED_DEPTH_EXCEEDED,MAX_RECURSION_DEPTH_EXCEEDEDBug Fixes
idfor draft-04 and$idfor newer drafts (c7ec640)Performance Improvements
Refactoring
___$visitedschema mutation with WeakSet in getResolvedSchema (161430c)Tests
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.