refactor!: ship the v2 JSON document kernel#238
Merged
Conversation
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.
Summary
@interactive-os/json-document@2.0.0-rc.0kernel.JSONDocument:value,at,query,canPatch,commit, andsubscribe.archive/v1without treating them as v2-compatible code.Standards profile
The portable contract uses RFC 8259 JSON, RFC 6901 JSON Pointer, RFC 6902 JSON Patch, and RFC 9535 JSONPath vocabulary. Selection, history, clipboard, schemas, DOM lifecycle, frameworks, persistence, and collaboration remain host or adapter responsibilities.
Breaking change
Backward compatibility is intentionally not retained because the package has not had a formal release. Consumers should target the v2 root contract directly;
/sessionand/reactare removed.Verification
npm cicfc7403ccb8ec1646b24aa16eed6774e3c77f7fd10766034a0cb70559d919032Companion
editable PR #144 consumes this exact tarball as the DOM and Input Events companion while keeping JSON state authoritative.