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