Skip to content

3.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 19 Jul 09:51
· 20 commits to main since this release
2a725d0
  • 0374713 Add JSDoc based types
  • c2f0f92 Use ESM
    • Change:

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

      Learn more about ESM in this guide