- fix: fix crash #297 @CanadaHonk
- Set
ipv4first
for tests in CI @dklimpel - Bump node for release @dklimpel
- feat: add basic ignore subpaths argument @CanadaHonk
- feat: add global option to replacementPatterns @CanadaHonk
- refactor: replace url.parse with new URL @CanadaHonk
- docs: update readme to be clearer for projectBaseUrl opt @nwcm
- feat: Add support to load md files via proxy @dklimpel
- chore: upgrade dependencies
- 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)
- fix:Config-file-and-others-options-ignored (@kevinvalleau)
- chore(deps-dev): bump eslint from 8.35.0 to 8.38.0 (@dependabot)
- 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)
- upgrade dependencies
- fix missing dependency
- upgrade dependencies
- fix anchor regressions (@reyang)
- fix ci build (@chenrui333 @ nschonni)
- #91 check anchor links.
- #184 fix issue with config loading. (@kenji-miyake)
- #182 fix issue with markdown-link-check utility. set baseUrl for each file. (@kenji-miyake)
- #78/#179 support multi inputs (@kenji-miyake)
- #181 Update marked and markdown-link-extractor dependencies. (@tcort)
- #149 add -V, --version command line flags (@tcort)
- #164 indent console output (@brandones)
- #170 pre-commit support (@janosh)
- #173 update docs (@karl-johan-grahn)
- #174 Symlink executable into PATH (@carlsmedstad)
- #177 upgrade command line tool from request to needle (@tcort)
- Update docs with respect to recursive scan
- update dependencies #161
- support env vars in http headers (#146)
- add
{{BASEURL}}
as replacement pattern (#145)
- #142 update link-check dependency
- #106 / #114 / #126 better 429 handling
- #129 / #135 add timeout option
- #122 fix typo
- #139 add other tools and linters
- #121 / #132 github actions
- #110 / #127 / #113 / #133 / #140 docker images
- update dependencies
- update dependencies (Fixes #86)
- update dependencies
- update dependencies
- Remove unnecessary files in the package published to npmjs #92
- update dependencies #81
- Surface dead links in results output #82
- Add support for disable comments #83
- Suggest
--save-dev
rather than--save
inREADME.md
#63
- update dependencies #74
- Fix fs access anti pattern #62
- Fix accessing fs.constants.F_OK #58
- Add verbose mode for showing detailed error information #55
- Fix issue with fs constants #53
- Fix invalid argument errors #54
- fix crash when 1st link is ignored/replaced
- ignore query string in links to local files
- replacement patterns
- better handling of malformed URLs and unsupported protocols.
- support RFC6068 style hfields in mailto: links.
- update markdown-link-extractor dependency to support image links with image size attributes
- docker run fixes
- support for parentheses in URLs
- don't show 'No hyperlinks found!' when quiet
- introduce
--quiet
mode that displays errors (dead links) only - support for ignore patterns to skip the link check for certain links
- support for providing custom HTTP headers
- update dependencies to avoid CVE-2018-3728