chore: release 1.0.0#71
Merged
Merged
Conversation
First stable release. No code changes since 0.1.5 — promotes the 0.1.x public surface to a SemVer-guaranteed stable API. CHANGELOG header updated: the relaxed 0.x convention (upstream bug fixes that corrected already-broken behaviour treated as `fix` not `BREAKING`) applied only through 0.1.5; from 1.0.0 strict SemVer applies and any breaking change — including type-only — gets a major bump. Historical 0.x notes preserved verbatim in their version sections. Consumers on 0.1.5 upgrade to 1.0.0 with no code or type changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
First stable release. No code changes since 0.1.5 — this PR only bumps the version and promotes the surface that shipped through the
0.1.xline to a SemVer-guaranteed stable API.package.json0.1.5→1.0.0CHANGELOG.md[1.0.0] - 2026-05-18section; header updated to state strict SemVer applies from 1.0.0 (the relaxed 0.x bug-fix convention applied only through 0.1.5; historical notes preserved verbatim)Items to Confirm / Review
0.1.5upgrade to1.0.0with zero code or type changes. The major bump is the declaration of stability, not a breaking change in itself — all the accumulated type-only breaking changes were already shipped and documented across the0.1.xsections.1.0.0, any breaking change (including type-only) requires a major bump. The0.xrelaxed convention is now closed; this is captured in the CHANGELOG header.1.0.0tag (novprefix, no scope prefix), GitHub release marked Latest.User Prompt
Verification
yarn install/yarn typecheck/yarn lint/yarn build: cleanyarn test: 502 passing / 0 failing / 9 skipped (unchanged from 0.1.5)🤖 Generated with Claude Code