Skip to content

Releases: cawpea/docs-coderef

v0.4.0

02 Jan 15:26

Choose a tag to compare

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

01 Jan 13:25

Choose a tag to compare

0.3.0 (2026-01-01)

Bug Fixes

  • update demo valid docs to pass all validations (2caab53)

Features

  • add demo environment for local CODE_REF testing (b845f99)
  • add demo:reset npm script for quick demo restoration (3bceb6e)

v0.2.0

01 Jan 12:05

Choose a tag to compare

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 ignoreFile configuration no longer defaults to '.docsignore'.
    To continue using .docsignore, explicitly set ignoreFile: '.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