Releases: cawpea/docs-coderef
Releases · cawpea/docs-coderef
v0.4.0
0.4.0 (2026-01-02)
Bug Fixes
- correct diff display for UPDATE_LINE_NUMBERS from CODE_CONTENT_MISMATCH (1984d23)
- show actual vs kept code diff for UPDATE_LINE_NUMBERS in CODE_CONTENT_MISMATCH (44c34cb)
Features
- add color highlighting to CODE_REF preview in fix options (11e8e84)
- add syntax highlighting to code blocks in fix preview (37bbebe)
- group diff display by change type for better readability (3f891eb)
- simplify Option 2 preview to show only CODE_REF change (294e2e4)
- unify error message styling with centralized formatter (4735c23)
v0.3.0
v0.2.0
0.2.0 (2026-01-01)
Bug Fixes
- exclude CODE_REF comments in unclosed code blocks from validation (f1f5287)
- handle variable-length backtick sequences in code blocks (b5674ad)
- keep release version v0 by semantic-release (9173244)
- revert package version to v0.1.0 (f537336)
Features
- remove default .docsignore value from configuration (67967d3)
BREAKING CHANGES
- The
ignoreFileconfiguration no longer defaults to '.docsignore'.
To continue using .docsignore, explicitly setignoreFile: '.docsignore'in your
configuration file (.coderefrc.json or package.json).
This change makes the ignore file behavior explicit rather than implicit, applying
ignore patterns only when intentionally configured. All documentation examples now
use .gitignore instead of .docsignore to reflect this generic approach.
🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com