Skip to content

7.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 18 Jul 12:05
· 24 commits to main since this release
21fcf98
  • 8cb0d09 Add JSDoc based types
  • ab70516 Use ESM
    • Change:

      // From CommonJS
      var retextReadability = require('retext-readability')
      
      // To ESM
      import retextReadability from 'retext-readability'

      Learn more about ESM in this guide