Summary
This release adds some long-awaited features and adds support for excluding
paths, code blocks and nofollow
targets from checking. Please find details below.
Major Changes
- Add support for excluding paths from link checking (#623) @mre
- Add support for URI remapping (#620) @mre
- Exclude code blocks from checking (#523) @mre
- Add support for comments in
.lycheeignore
(#616) @mre - Add support for nofollow (#572) @mre
- Allow input URLs without scheme (fixes #567) @mre
- Also dump excluded links (#615) @mre
- Exclude example domains as per RFC 2606 from checking (#627)
- Set HTTP connect timeout and a TCP keepalive (#617) @mre
- Extract more status information from reqwest (#577) @mre
- Refactor response formatting (#599) @mre
- Add missing panic documentation (#561) @mre
- Skip Docker login on PRs from forks (#586) @MichaIng
- Enhance verbosity check (#578) @MichaIng
- Optimize plaintext extractor for small strings (#565) @mre
- Update scheme to sequence in example config (#576) @itamarhaber
- Regression: Fix cache verbosity issue (fixes #562) @mre
- Regression: Ignore invalid URLs (#571) @mre
- Update dependencies
Full Changelog: v0.9.0...v0.10.0
Thanks to all the testers, contributors, and maintainers for improving lychee! ❤️