Skip to content

Releases: rehypejs/rehype-external-links

3.0.0

03 Sep 15:01
b0ada86
Compare
Choose a tag to compare

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: use test if you want to test things

Add

Full Changelog: 2.1.0...3.0.0

2.1.0

04 May 13:18
e489b73
Compare
Choose a tag to compare

Add

Full Changelog: 2.0.1...2.1.0

2.0.1

23 Aug 19:13
2fab32f
Compare
Choose a tag to compare
  • 3c6b438 Fix to treat protocol-relative URLs as external

Full Changelog: 2.0.0...2.0.1

2.0.0

21 Jul 17:05
eafd7c2
Compare
Choose a tag to compare
  • 4e77953 Change defaults to match reasonable web recommendations
    breaking: if you want a target (you shouldn’t), pass target: '_blank',
    in which case you should also specify rel: ['nofollow', 'noopener', 'noreferrer']
    by @okikio in #6
  • bd5178a Remove false support from options.rel
    breaking: change false -> []
  • aae9e39 Remove boolean support from options.target
    breaking: change true -> '_blank', false -> null or undefined
  • 4312904 0c87b75 Add support for passing options as functions
    by @okikio in #4

Full Changelog: 1.0.1...2.0.0

1.0.1

27 Dec 18:29
9bf470f
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

16 Aug 12:35
ae637be
Compare
Choose a tag to compare

💯