Changelog
Versions follow the usual major/minor/patch rules. Anything that
changes which references are reported counts as a minor release, because it can
turn a green build red.
0.6.1 August 2026
- Fixed a crash on documents with an unclosed
<template> element.
- Percent-encoded fragments are now decoded before matching, so links to headings with punctuation resolve.
0.6.0 July 2026
- New rule:
case drift, off by default, enabled with --strict-case.
- Directory indexes are configurable through
--index.
- Roughly forty percent faster on large trees: the id index is now built once per document instead of per reference.
0.5.0 April 2026
- JSON output through
--format json.
- Ignore patterns accept
** for recursive matching.
- Behaviour change: an empty
href is reported instead of silently skipped.
0.4.0 January 2026
- Duplicate id detection.
- Extensionless links resolve against
.html siblings, matching how most static hosts serve files.
0.3.0 October 2025
- First public release. Dead links, dead anchors and missing assets.