Markdown Link Check Versions Save

checks all of the hyperlinks in a markdown text to determine if they are alive or dead

v3.12.1

2 months ago

What's Changed

Full Changelog: https://github.com/tcort/markdown-link-check/compare/v3.12.0...v3.12.1

v3.12.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tcort/markdown-link-check/compare/v3.11.2...v3.12.0

v3.11.2

1 year ago
  • chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (@dependabot)
  • fixed the error when there is no --config option (@mkusaka)
  • chore(deps): bump commander from 10.0.0 to 10.0.1 (@dependabot)
  • Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (@elgohr)
  • chore: upgrade dependencies (@tcort)

v3.11.1

1 year ago
  • fix:Config-file-and-others-options-ignored (@kevinvalleau)
  • chore(deps-dev): bump eslint from 8.35.0 to 8.38.0 (@dependabot)

v3.11.0

1 year ago
  • tests: add test for link to a header with special character #227 (@kayman-mk)
  • fix: make --quiet flag only output errors #230 (@tcrasset)
  • feat: Add CLI arg for projectBaseUrl #232 (@pvallone)
  • chore: Add Dependabot for version updates #234 (@nschonni)
  • ci: Add current Node versions to matrix build #235 (@nschonni)
  • ci: Remove disabled Docker workflow #242 (@nschonni)
  • chore: Convert JSHint to ESLint #243 (@nschonni)
  • ci: Use array for release type schema #244 (@nschonni)
  • docs: Add how to run as pre-commit to README #245 (@vorburger)
  • chore: upgrade dependencies (@tcort)
  • fix: broken link in README.md (@tcort)

v3.10.3

1 year ago
  • upgrade dependencies

v3.10.2

2 years ago

Version 3.10.2

  • fix missing dependency

v3.10.1

2 years ago

Version 3.10.1

  • upgrade dependencies
  • fix anchor regressions (@reyang)
  • fix ci build (@chenrui333 @nschonni)

v3.10.0

2 years ago

Version 3.10.0

  • #91 check anchor links.

v3.9.3

2 years ago
  • #184 fix issue with config loading. (@kenji-miyake)