Releases: rehypejs/rehype-external-links
Releases · rehypejs/rehype-external-links
3.0.0
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
CreateProtocols
support
migrate: usetest
if you want to test things
Add
- 92acd16 Add
properties
option
Full Changelog: 2.1.0...3.0.0
2.1.0
Add
- 4a7a050 Add
test
option for additional checks
by @hanneskuettner in #10
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
- 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
false
support fromoptions.rel
breaking: changefalse
->[]
- aae9e39 Remove
boolean
support fromoptions.target
breaking: changetrue
->'_blank'
,false
->null
orundefined
- 4312904 0c87b75 Add support for passing options as functions
by @okikio in #4
Full Changelog: 1.0.1...2.0.0