Skip to content

Releases: main-branch/mkdocs-snippet-lens

Release list

v0.0.2

Choose a tag to compare

@jcouball jcouball released this 12 Dec 21:49

0.0.2 (2025-12-12)

Features

  • Add diagnostic error handling for missing snippet files (e3ce8ae)
  • Add PathResolver for snippet file path resolution (08ae591)
  • Add SnippetDetector for MkDocs snippet syntax detection (21b7c31)
  • Add SnippetLinkProvider with layered testing architecture (148b66a)
  • Add toggle command and configuration settings (49f4af1)
  • Enable automatic marketplace publishing (3abf159)
  • Implement PreviewManager for ghost text previews (7e1909a)
  • Register SnippetLinkProvider in extension activation (c0439ff)
  • Render previews as indented block below snippet line (7e1909a)

Bug Fixes

  • ci: Compile tests before running unit tests (cfb036b)
  • Correct ghost text preview and link underline bugs (7e1909a)
  • Correct snippet link offset calculation (7e1909a)
  • Handle duplicate snippet references correctly (bb7b87e)
  • Position ghost text after closing quote (7e1909a)

Documentation

  • Add contributing guidelines for PR workflow (4af9d60)
  • Add planning documents (3643228)
  • Update guidance for TDD and test coverage (f589812)

Code Refactoring

  • ci: Rename workflow from ci.yml to continuous-integration.yml (ddb9f46)
  • Extract inline formatting logic and improve build scripts (7e1909a)
  • Extract preview content creation logic for better testability (7e1909a)
  • Rename test directories to align with standard naming (ee39591)

Miscellaneous Chores

  • Add husky configuration (1cccdb2)
  • Add markdown lint configuration (bad193d)
  • Enhance clean scripts to remove all build artifacts (ff081f9)
  • Initial project generated with yo (5ada532)
  • Update repository to main-branch organization (a38613f)

Continuous Integration

  • Add GitHub Actions CI workflow (aec58f3)
  • Add release-please workflow for automated releases (c11f6c6)
  • Optimize CI workflows and enforce conventional commits (20e84db)
  • Trigger GitHub Actions to verify workflows (b21e3fd)

Tests

  • Add code coverage reporting and fail build if coverage is below 100% (c780b0d)
  • Add tests documenting VS Code decoration API limitations (7e1909a)
  • Configure coverage checking (42e0c79)
  • Remove duplicate and non-functional tests (002d28e)