All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bugfix HTML encode link titles (#40)
- Bugfix broken dead-links lookup due to typo (#38)
- Bugfix do not render embeds if the page linked doesn't exist (#35)
- Bugfix do not parse links in pages excluded from collections (#30)
- Bugfix do not exclude root index page
- Bugfix pass 11ty page object to embed compiler function (#29)
- Add inclusion of html internal links to backlink computation (#22)
- Add detailed bad link report (#26)
- Bugfix ensuring aliases value is array when treated as one (#17)
- Updated npm dependencies
- Change to use
url
instead ofinputPath
for unique page key, this is because some pages can share the sameinputPath
such as those generated via pagination.
- Bugfix template
content
variable not being set when rendering embed (#10) - Bugfix incorrect alias lookup when only embedded as alias (#11)
- Updated npm dependencies
- Allow setting of embed render engine (#7)
- Check if typeof link is undefined (#3)
First release