Releases: benbalter/jekyll-relative-links
Releases · benbalter/jekyll-relative-links
v0.7.0
What's Changed
- Handles links with titles: e.g. by @aloisklink in #60
- Urls starting with / handled as absolute urls from the root by @krichardsson in #62
- fix(generator): links with title without fragment by @Windol in #64
- Fix relative links not working in excerpts by @qwtel in #65
- Resolve urlencoded link transformation by @bwdmonkey in #71
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #75
New Contributors
- @aloisklink made their first contribution in #60
- @krichardsson made their first contribution in #62
- @Windol made their first contribution in #64
- @bwdmonkey made their first contribution in #71
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Support for Jekyll 4.x
v0.6.0
- Add option to exclude specific directories (#50) @jeff-matthews
- Square bracket support closes #42 (#43) @andymond
- Add info about permalink: pretty (#45) @petk
- update documentation (#46) @kenman345