Skip to content

3.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 18 Jul 15:15
· 26 commits to main since this release
342fb85
  • 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