Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Releases: remarkjs/remark-external-links

10.0.0

01 Oct 12:03
0772bcb
Compare
Choose a tag to compare

Deprecated 💀

Full Changelog: 9.0.1...10.0.0

9.0.1

16 Aug 12:43
11bfaea
Compare
Choose a tag to compare

9.0.0

05 Aug 13:26
307f8dc
Compare
Choose a tag to compare
  • 70fa22f Use ESM
    // From CommonJS
    var remarkExternalLinks = require('remark-external-links')
    
    // To ESM
    import remarkExternalLinks from 'remark-external-links'
    Learn more about ESM in this guide
  • dec711f Add JSDoc based types

8.0.0

08 Oct 07:51
b055943
Compare
Choose a tag to compare
  • eb4cd92 Change to use the first of duplicate definitions

7.0.1

29 Sep 13:40
5e888ce
Compare
Choose a tag to compare
  • 3a33e95 Add support for boolean as type in rel

7.0.0

22 Aug 13:50
2c6fc4b
Compare
Choose a tag to compare
  • 2b792ab Add types
    (breaking, potentially, if you or your dependents use typescript)

6.1.0

08 Jun 18:59
9b9333b
Compare
Choose a tag to compare
  • 41b04df Add contentProperties option

6.0.0

23 Mar 10:43
0ba573a
Compare
Choose a tag to compare

5.0.0

19 Jun 13:08
45afdb4
Compare
Choose a tag to compare
  • 187e6b4 Add support for adding content to external links
  • b04dcef Refactor prose
  • 3abebd6 Update is-absolute-url

4.0.0

04 Jan 19:21
Compare
Choose a tag to compare
  • 22f9709 Add limitations of which protocols are supported