rehype plugin to automatically add `target` and `rel` attributes to external links
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Most releases are documented
notes for 5 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
6 releases · first in 2021
Release timeline
6 releases since 2021202120222023202420252026
20212026
One column per quarter.
Releases
- 3.0.03 Sept 2023
Release notes
Open source →Change
- f4bd9a0 Update
@types/hast,unified, utilities, etc
migrate: update too - e1325f1 Change to require Node.js 16
migrate: update too - fa86d0d Change to use
exports
migrate: don’t use private APIs - 2008d77 Remove
CreateProtocolssupport
migrate: usetestif you want to test things
Add
- 92acd16 Add
propertiesoption
Full Changelog: 2.1.0...3.0.0
- f4bd9a0 Update
- 2.1.04 May 2023
Release notes
Open source →Add
- 4a7a050 Add
testoption for additional checks
by @hanneskuettner in #10
Full Changelog: 2.0.1...2.1.0
- 4a7a050 Add
- 2.0.123 Aug 2022
Release notes
Open source →- 3c6b438 Fix to treat protocol-relative URLs as external
Full Changelog: 2.0.0...2.0.1
- 2.0.021 Jul 2022
Release notes
Open source →- 4e77953 Change defaults to match reasonable web recommendations
breaking: if you want a target (you shouldn’t), passtarget: '_blank',
in which case you should also specifyrel: ['nofollow', 'noopener', 'noreferrer']
by @okikio in #6 - bd5178a Remove
falsesupport fromoptions.rel
breaking: changefalse->[] - aae9e39 Remove
booleansupport fromoptions.target
breaking: changetrue->'_blank',false->nullorundefined - 4312904 0c87b75 Add support for passing options as functions
by @okikio in #4
Full Changelog: 1.0.1...2.0.0
- 4e77953 Change defaults to match reasonable web recommendations
- 1.0.127 Dec 2021
- 1.0.016 Aug 2021
Nothing published for this version