Releases: theoludwig/markdownlint-rule-relative-links
Releases · theoludwig/markdownlint-rule-relative-links
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)
v2.1.2
2.1.2 (2023-12-26)
Bug Fixes
- update dependencies to latest (9c87395)
v2.1.1
2.1.1 (2023-11-22)
Bug Fixes
- update dependencies to latest (e642c7c)
v2.1.0
2.1.0 (2023-06-27)
Features
- improve errors message to distinguish between file system and fragment errors (a33c682)
v2.0.0
2.0.0 (2023-06-24)
⚠ BREAKING CHANGES
- Validate links fragments in relative links
Features
- validate relative links fragments (6c4e8ce), closes #2
Bug Fixes
- update author - Théo LUDWIG (9e28311)