semver-checks: The CLI That Finally Ends TypeScript's SemVer Guessing Game
Everyone expected another round of gut-feel semver arguments in your next PR. semver-checks flips the script: pure TypeScript type diffs, no mercy for breaking changes.
theAIcatchupApr 11, 20263 min read
⚡ Key Takeaways
Eliminates semver guesswork with pure TypeScript type diffs—no commit parsing needed.𝕏
CI-ready with --strict flag to block breaking changes automatically.𝕏
Open-source, extensible, but limited to API surface (no runtime behavior).𝕏
The 60-Second TL;DR
Eliminates semver guesswork with pure TypeScript type diffs—no commit parsing needed.
CI-ready with --strict flag to block breaking changes automatically.
Open-source, extensible, but limited to API surface (no runtime behavior).