Skip to content

Releases: retextjs/retext-syntax-urls

4.0.0

07 Sep 10:52
7a9e967

Choose a tag to compare

Change

  • 2e4e264 Update @types/nlcst, unified, utilities, etc
    migrate: update too
  • f045b26 Change to require Node.js 16
    migrate: update too
  • 694747e Change to use exports
    migrate: don’t use private APIs

Full Changelog: 3.1.2...4.0.0

3.1.2

10 Jan 17:02
9916783

Choose a tag to compare

  • 2ec89cf Fix to remove support for TLDs with 1 character
  • 7fb9a05 Fix final paren in urls

Full Changelog: 3.1.1...3.1.2

3.1.1

19 Sep 08:19
99e17b7

Choose a tag to compare

  • 86d26cb Fix exception on sentence followed by EOF

Full Changelog: 3.1.0...3.1.1

3.1.0

27 Aug 13:29
80fd7e0

Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

3.0.0

18 Jul 15:15
342fb85

Choose a tag to compare

  • 6380fd6 Add support for localhost URLs w/o TLDs
  • 59c545e Add JSDoc based types
  • 6c49fb2 Use ESM
    • Change:

      // From CommonJS
      var retextSyntaxUrls = require('retext-syntax-urls')
      
      // To ESM
      import retextSyntaxUrls from 'retext-syntax-urls'

      Learn more about ESM in this guide

2.0.0

08 Mar 16:57
b6a44a9

Choose a tag to compare

1.0.2

05 Jun 07:46
64dd1cb

Choose a tag to compare

1.0.1

06 Nov 14:07

Choose a tag to compare

1.0.0

03 Aug 16:02

Choose a tag to compare

💯