Skip to content

5.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 20 Jul 09:47
· 36 commits to main since this release
41d4786
  • 24d4993 Add JSDoc based types
  • c270596 Use ESM
    • Change:

      // From CommonJS
      var retextSmartypants = require('retext-smartypants')
      
      // To ESM
      import retextSmartypants from 'retext-smartypants'

      Learn more about ESM in this guide