Releases: theoludwig/markdownlint-rule-relative-links
Releases · theoludwig/markdownlint-rule-relative-links
v4.2.0
4.2.0 (2025-05-27)
Features
v4.1.0
4.1.0 (2025-05-11)
Features
- add support for markdownlint v0.38.0 (8763843)
v4.0.1
4.0.1 (2024-12-28)
Bug Fixes
- use
.markdownlint-cli2.mjs
for the configuration file (db57d67)
v4.0.0
4.0.0 (2024-12-28)
Features
- usage of ESM modules imports (instead of CommonJS) (aa24db4), closes #10
BREAKING CHANGES
- This package is now pure ESM
- minimum supported Node.js >= 22.0.0
v3.0.0
3.0.0 (2024-05-27)
⚠ BREAKING CHANGES
- Heading fragments is now Case sensitive.
For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".
Features
- stricter validation of heading fragments by being Case sensitive (85f4653), closes #8
- support columns numbers (and line range) in links fragments (450cdb8), closes #7
v2.3.2
2.3.2 (2024-04-06)
Bug Fixes
- update markdown-it to v14.1.0 (9675c7a)
v2.3.1
2.3.1 (2024-01-31)
Bug Fixes
- link fragment with accents (e.g: "é") should be valid if the heading exists (5af131b)
v2.3.0
2.3.0 (2024-01-31)
Features
- support line number checking in link fragment (e.g: '#L50') (f332c83), #6
Bug Fixes
- should only check valid fragments in markdown (.md) files (e20ee54)
v2.2.0
2.2.0 (2024-01-12)
Features
v2.1.3
2.1.3 (2024-01-09)
Bug Fixes
- cleaner code + better error messages (1ddcdc7)