Skip to content

Tags: rvben/rumdl

Tags

v0.0.195

Toggle v0.0.195's commit message
fix(MD057): use platform-independent path in traversal test

The test was using /etc/passwd which exists on Linux but not macOS,
causing CI to fail. Changed to use a nonexistent path that won't
exist on any platform.

v0

Toggle v0's commit message
Update v0 tag to v0.0.195

v0.0.194

Toggle v0.0.194's commit message
chore(release): prepare v0.0.194

Release includes:
- LSP workspace/didChangeConfiguration support
- Config typestate pattern for validation
- MD057 template variables and extensionless link support
- GFM/CommonMark flavor warnings removed (fixes #195)
- Config upward directory traversal for markdownlint files
- Multiple lint_context and rule fixes

v0.0.193

Toggle v0.0.193's commit message
chore(release): prepare v0.0.193

Fixes:
- MD032: Complete fix for false positives from pipes in code spans (#188, #190)
- MD057: Resolve relative links per-file instead of caching base path

v0.0.192

Toggle v0.0.192's commit message
chore(release): prepare v0.0.192

Release highlights:
- Config: `cache` option to disable caching via config file (closes #153)
- MD052: User-configurable `ignore` option for reference links
- Fix: Cross-file rules (MD051, MD057) now respect inline disable comments (#189)
- Fix: Directory exclude patterns now match files within (#186)
- Fix: MD032 no longer triggers on pipes in inline code (#188)
- Fix: MD005/MD037/MD041 false positives resolved

v0.0.191

Toggle v0.0.191's commit message
chore(release): bump version to 0.0.191

v0.0.190

Toggle v0.0.190's commit message
chore(release): bump version to 0.0.190

v0.0.189

Toggle v0.0.189's commit message
test(rules): fix MD029 insufficient indent test for CommonMark compli…

…ance

The test assumed pulldown-cmark would break lists based on insufficient
indentation, but CommonMark lazy continuation keeps all items in one
list regardless of continuation line indentation. Updated assertions
to expect all items in a single ordered list (1, 2, 3).

v0.0.188

Toggle v0.0.188's commit message
chore(release): prepare v0.0.188

- Add MD062 rule for link destination whitespace detection
- Add cross-file analysis infrastructure with WorkspaceIndex
- Fix MD051 false positives for cross-file links without fragments

v0.0.187

Toggle v0.0.187's commit message
chore(release): prepare v0.0.187

- Fix MD053 false positives for adjacent footnotes (#177)
- Fix MD025/MD023 false positives after single-line code blocks (#175)
- Fix MD013/MD039 reflow oscillation (#170)
- Add WASM Linter class API with configuration support
- Skip tabs in fenced code blocks for MD010
- Disable shortcut reference checking by default for MD052
- Use pulldown-cmark for proper link/footnote parsing in MD034/MD053