Skip to content

Releases: theoludwig/markdownlint-rule-relative-links

v4.0.1

28 Dec 22:15
db57d67
Compare
Choose a tag to compare

4.0.1 (2024-12-28)

Bug Fixes

  • use .markdownlint-cli2.mjs for the configuration file (db57d67)

v4.0.0

28 Dec 21:54
aa24db4
Compare
Choose a tag to compare

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

27 May 20:52
85f4653
Compare
Choose a tag to compare

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

06 Apr 18:17
bf9403a
Compare
Choose a tag to compare

2.3.2 (2024-04-06)

Bug Fixes

  • update markdown-it to v14.1.0 (9675c7a)

v2.3.1

31 Jan 20:58
5af131b
Compare
Choose a tag to compare

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

31 Jan 00:17
f332c83
Compare
Choose a tag to compare

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

12 Jan 00:33
Compare
Choose a tag to compare

2.2.0 (2024-01-12)

Features

v2.1.3

09 Jan 23:06
7465ffd
Compare
Choose a tag to compare

2.1.3 (2024-01-09)

Bug Fixes

  • cleaner code + better error messages (1ddcdc7)

v2.1.2

26 Dec 20:13
9c87395
Compare
Choose a tag to compare

2.1.2 (2023-12-26)

Bug Fixes

  • update dependencies to latest (9c87395)

v2.1.1

22 Nov 23:42
f99e2bb
Compare
Choose a tag to compare

2.1.1 (2023-11-22)

Bug Fixes

  • update dependencies to latest (e642c7c)