Skip to content

fix: this change introduces strict versioning for docs#58

Merged
zcstarr merged 2 commits into
mainfrom
fix/version-update
Feb 27, 2026
Merged

fix: this change introduces strict versioning for docs#58
zcstarr merged 2 commits into
mainfrom
fix/version-update

Conversation

@zcstarr

@zcstarr zcstarr commented Feb 26, 2026

Copy link
Copy Markdown
Member

This change adds strict versioning for docs from the markdown gen. This means that the markdown generator will properly support specific versions and will need to be extended explicitly if we have a version change

This introduction allows us to be more intentional about what tool supports what version

This change adds strict versioning for docs from the markdown gen.
This means that the markdown generator will properly support
specific versions and will need to be extended explicitly if we
have a version change

This introduction allows us to be more intentional about what
tool supports what version
@vercel

vercel Bot commented Feb 26, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
markdown-gen Ready Ready Preview, Comment Feb 26, 2026 5:44am

@codecov

codecov Bot commented Feb 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.64%. Comparing base (220d782) to head (f67b9fd).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   83.64%   83.64%           
=======================================
  Files           3        3           
  Lines        1137     1137           
=======================================
  Hits          951      951           
  Misses        186      186           
Files with missing lines Coverage Δ
packages/markdown-generator/src/humanize.ts 51.74% <ø> (ø)
packages/markdown-generator/src/lib.ts 77.57% <ø> (ø)
packages/markdown-generator/src/schema.ts 92.15% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


};

export type OpenrpcDocument = V1_3.OpenrpcDocument | V1_4.OpenrpcDocument;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need all this if we have spec types?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah all consumers have to opt into joint types , perhaps in the future we publish an omni type , not sure if that will be always useful is the only concern there. Maybe as we expand we can work that out

@zcstarr zcstarr merged commit b45e0e5 into main Feb 27, 2026
5 checks passed
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.

2 participants