4.7.0 - 2021-01-11
- Restore support of processing stdin
- Restore support of
-a, --alive
option
- Update
README.md
to reflect latest improvements
4.6.0 - 2021-01-10
- Upate [./README.md] to mention fork and improvements made
4.5.0 - 2020-12-02
- Add stats
retryCount
in long checks report and in verbose mode - Add capability to do concurrency checks with
concurrentFileCheck
andconcurrentCheck
options
4.4.0 - 2020-12-02
- Add command line options
--print-summary
,--print-cache-stats
and--print-long-checks
(see [./README.md])
4.3.0 - 2020-12-02
- Add link cache
- Add statistics
4.2.0 - 2020-12-02
- Improve statistics reported by the binary
4.1.0 - 2020-12-02
- Add support for multiple files or URLs
- Rename command line option
--retry
to--retry-on-429
- Add command line option
--retry
to--retry-on-error
- Remove progress bar option
- Add configuration option
resolveAbsolutePathWithBaseUrl
that allow to resolve absolute path links (like/page1.md
) related to thebaseUrl
(likefile:///my/wiki
). This is especially usefull when we process several files (in a wiki use case for example). - Use @boillodmanuel/link-check fork instead of original version. See its CHANGELOG.md to get full list of improvements.
- Release on new tag with github action
4.0.0 - 2020-12-01
- Starting point of this fork (
@boillodmanuel
) - Migration to typescript
- 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