Releases: manuzhang/mkdocs-htmlproofer-plugin
Releases · manuzhang/mkdocs-htmlproofer-plugin
Release 1.3.0
What's Changed
- Document MkDocs native support for anchor validation by @johnthagen in #85
- Increase chunk_size to 1MiB by @benjamb in #87
- Add support for ignoring every URL on a page by @s-i-v-e in #88
New Contributors
Full Changelog: v1.2.1...v1.3.0
Release 1.2.1
What's Changed
- Rework use_directory_url=True validation to better catch incorrect links by @ben-foxmoore in #80
- Fix checking image link by @manuzhang in #82
New Contributors
- @ben-foxmoore made their first contribution in #80
Full Changelog: v1.2.0...v1.2.1
Release 1.2.0
What's Changed
- Don't treat some HTTP status error codes as not errors by @SeanTAllen in #78
- Add option to optionally skip downloading the contents of a file by @benjamb in #79
New Contributors
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
What's Changed
- Add support for ignoring URLs (no fetching) with wildcards. by @es-fabricemarie in #62
- Allow special characters in directory name, optimization by @marmotton in #68
- Support wildcard in raise_error_excludes by @manuzhang in #73
- Fix incorrect dev-requirements.txt in CONTRIBUTING.md by @SeanTAllen in #71
- Provide compatibility with mkdocs-material blog plugin by @SeanTAllen in #72
- Update contributing development section by @SeanTAllen in #74
- Fix naive handling of relative links when proofing by @SeanTAllen in #75
New Contributors
- @es-fabricemarie made their first contribution in #62
- @marmotton made their first contribution in #68
- @SeanTAllen made their first contribution in #71
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
What's Changed
- Support Python 3.11 and drop 3.6 and 3.7 by @johnthagen in #65
- Bump minimum mkdocs version to 1.4.0 by @johnthagen in #66
- Support validating anchors containing emojis by @johnthagen in #67
Full Changelog: v0.13.1...v1.0.0
Release 0.13.1
Release 0.12.0
What's Changed
- Check attr list id anchors by @hendrikp in #51
- Root/Site links support by @hendrikp in #53
- Show bad configured CI by @kolibri91 in #55
- Consider url scheme to detect and handle external URLs by @kolibri91 in #57
New Contributors
Full Changelog: v0.11.0...v0.12.0
Release 0.11.0
What's Changed
- Support Local Links without anchor by @kolibri91 in #49
- Add option to print all invalid links before raising error by @Kasyene in #50
New Contributors
Full Changelog: v0.10.3...v0.11.0
Release 0.10.3
What's Changed
- Pin Python 3.6 to Ubuntu 20.04 by @manuzhang in #48
- Compare normalized paths by @kolibri91 in #47
New Contributors
- @kolibri91 made their first contribution in #47
Full Changelog: v0.10.2...v0.10.3
Release 0.10.2
What's Changed
- Fix #44, Add
Accept-Language: *
in header by @manuzhang in #45
Full Changelog: v0.10.1...v0.10.2