Add 2.0.0-beta1 changelog entry#1859
Conversation
Add a new changelog section for 2.0.0-beta1 (2026-04-20). Summarizes breaking change (Node.js 20+ requirement), rule fixes (alt-require, input-requires-label), new features (modern package entry points and TypeScript declarations, CLI excess-args support, replace chalk with node:util.styleText, SARIF v4 support), documentation refreshes, and various tooling/CI chore updates. Includes links to the relevant PRs.
Deploying htmlhint with
|
| Latest commit: |
f0dfb3d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9c2dae88.htmlhint.pages.dev |
| Branch Preview URL: | https://dev-coliff-release-notes.htmlhint.pages.dev |
There was a problem hiding this comment.
Code Review
This pull request updates the changelog to include release notes for version 2.0.0-beta1, detailing breaking changes, new features, and various bug fixes. The review feedback identifies a version naming mismatch with package.json and recommends standardizing the badge styling for bug fixes to maintain consistency with previous entries in the changelog.
There was a problem hiding this comment.
Pull request overview
Adds a new changelog section for the 2.0.0-beta1 release (2026-04-20) to document the beta’s breaking change, key fixes/features, and related maintenance work.
Changes:
- Add
2.0.0-beta1release notes, including Node.js 20+ requirement and major CLI/package/SARIF updates. - Document rule fixes (
alt-require,input-requires-label) and doc/tooling refreshes. - Link the release notes to the relevant GitHub PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Standardize version naming by changing '2.0.0-beta1' to '2.0.0-beta-1' in website/src/content/docs/changelog.mdx and website/src/content/docs/index.mdx so the beta release is referenced consistently. No functional changes.
Add a new changelog section for 2.0.0-beta1 (2026-04-20). Summarizes breaking change (Node.js 20+ requirement), rule fixes (alt-require, input-requires-label), new features (modern package entry points and TypeScript declarations, CLI excess-args support, replace chalk with node:util.styleText, SARIF v4 support), documentation refreshes, and various tooling/CI chore updates. Includes links to the relevant PRs.