Releases: main-branch/mkdocs-snippet-lens
Releases · main-branch/mkdocs-snippet-lens
Release list
v0.2.1
0.2.1 (2026-04-24)
Bug Fixes
- Address Copilot review comments (round 2) (025f004)
- Address Copilot review comments (round 3) (6e78204)
- Address Copilot review comments (round 4) (766a20e)
- Address Copilot review comments (round 5) (f0bc616)
- Prevent race conditions in mkdocs.yml file watcher callback (049e464), closes #48
Documentation
- Update IMPLEMENTATION.md with v0.3.0 detailed plan and GitHub issue cross-references (095cc0d)
- Update RISKS.md with GitHub issue links and post-v0.2.0 status (73ed0a1)
Build System
- dependencies: Update dependencies for all GitHub Actions workflows (97b2921)
v0.2.0
0.2.0 (2025-12-18)
Features
- Add diagnostic severity levels for warnings vs errors (4142956), closes #35
- Add error handling for ambiguous/malformed snippet patterns (dded27c), closes #34
- Add support for named sections, line ranges, and multiple ranges (7362165)
- Implement strictMode with auto-detection from mkdocs.yml (86d8b8a)
Bug Fixes
- Allow feat commits to bump minor version in pre-1.0.0 releases (6c43c4b)
- Support section markers embedded in comments (50d70f4)
Documentation
- Add PR creation guidelines to copilot instructions (16fb4f3)
- Add strictMode setting with auto-detection from mkdocs.yml (330561a), closes #36
- Clarify that CHANGELOG.md is automatically generated (d305a8a)
- Document fallback behavior for invalid multi-range patterns (0f73ca8), closes #33
- Enhance TDD workflow instructions in copilot guidelines (e1cf06c)
- Update changelog policy in copilot instructions (de37ffc)
- Update IMPLEMENTATION.md to reflect v0.2.0 actual scope (832b6d4)
- Update README planned features to reflect v0.1.1 progress (bd21bef)
- Update status tags and documentation formatting (eb0d40b)
Build System
- Enforce 2-space indentation with ESLint rules (5043f57)
Styles
- Convert all code to 2-space indentation (9dad49a)