23 Commits

Author SHA1 Message Date
876384344c feat: add support for markdownlint v0.38.0 2025-05-11 16:45:14 +02:00
aa24db4fac feat: usage of ESM modules imports (instead of CommonJS)
Fixes #10

BREAKING CHANGE: This package is now pure ESM

BREAKING CHANGE: minimum supported Node.js >= 22.0.0
2024-12-28 22:52:51 +01:00
b4a04d2e8e chore: remove not needed npm engine requirement 2024-11-11 20:34:22 +01:00
54e45d3e5d build(deps): update latest 2024-11-11 13:24:45 +01:00
dd70d6da3a chore: remove usage of git hooks (husky, lint-staged, commitlint) + usage of node --run 2024-09-07 00:03:10 +02:00
2df95e97d8 build(deps): update latest 2024-05-27 21:26:05 +02:00
9675c7a275 fix: update markdown-it to v14.1.0
This allows to use the same version as markdownlint v0.34.0.
2024-04-06 20:10:13 +02:00
cc9a1cf6a2 chore: cleaner configs 2024-01-29 21:24:22 +01:00
64396954e4 chore: dependency vendoring of markdownlint-rule-helpers 2024-01-12 01:30:52 +01:00
24a0788d32 feat: html anchor support 2024-01-12 01:30:52 +01:00
7465ffd8bc test: separate cases, so it's easier to know what fails 2024-01-10 00:01:13 +01:00
1ddcdc7b18 fix: cleaner code + better error messages 2024-01-09 23:20:17 +01:00
7bf3b93822 build(deps): update latest 2024-01-09 21:33:27 +01:00
9c87395d82 fix: update dependencies to latest 2023-12-26 21:11:07 +01:00
e642c7ceee fix: update dependencies to latest 2023-11-23 00:37:15 +01:00
b0c27b3c3e build(deps): update latest
All checks were successful
Lint / lint (push) Successful in 54s
Test / test (push) Successful in 33s
2023-07-18 23:18:39 +02:00
6c4e8cec9c feat: validate relative links fragments
Similar to https://github.com/DavidAnson/markdownlint/blob/main/doc/md051.md

Fixes #2

BREAKING CHANGE: Validate links fragments in relative links
2023-06-24 11:42:09 +02:00
9e28311791 fix: update author - Théo LUDWIG 2023-06-24 10:11:32 +02:00
f80d746c89 build(deps): update latest 2023-06-24 10:00:40 +02:00
cbc6042bd5 feat: add npm package provenance
Ref: https://github.blog/2023-04-19-introducing-npm-package-provenance/
2023-05-13 16:05:01 +02:00
c65607bcc3 build(deps): update latest 2023-05-13 16:03:06 +02:00
77b8988bea build(deps): update latest 2023-04-02 21:03:51 +02:00
221ded7d62 chore: initial commit 2023-01-02 15:23:16 +01:00