docs: trim never-landed churn from the 0.9 migration guide - #199
Merged
Conversation
… overview The 0.8.x→0.9 guide documented six sections of before/after churn on initDevframe/initHub, hub-ui, and the client renderer registry — all APIs introduced within the unreleased 0.9 line and absent at v0.8.2, so their migration framing described changes that never net-landed for a 0.8.2 user. Drop those sections, correct the devframe/internal move table (createContextRpcServer is new, not moved), and lead the page with an at-a-glance overview of the genuine deltas grouped by package.
✅ Deploy Preview for devfra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
What
Reviews
docs/guide/migration-0.9.mdagainst the actual code delta from thev0.8.2release commit to currentmain, and trims migration steps that never net-landed for a 0.8.2 user.Why
Six sections documented before/after churn on
initDevframe/initHub,@devframes/hub-ui, and the client renderer registry. Every one of those APIs was introduced and reshaped entirely within the unreleased 0.9 line — none existed at v0.8.2 — so their "0.8.x → 0.9" tables described transitions a real upgrader never experiences. A 0.8.x → 0.9 guide should only cover deltas an actual 0.8.2 user hits; the new-feature detail belongs in the feature docs.Changes
registersections, thekey-option section, the Bun-tier section,renderers.mount()typed result, and the hub-ui json-render-registry section.devframe/internalmove table:createContextRpcServeris new in 0.9, not moved offdevframe/node, so drop that row; fix the dangling reference to the removedregistersection.devframeand@devframes/hub.Net: 27 insertions, 112 deletions. The eleven retained sections were each verified as public at v0.8.2 and removed/moved at HEAD.
This PR was created with the help of an agent.