Skip to content

7.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 18 Jul 11:13
· 26 commits to main since this release
60e0193
  • d46aefb Use ESM
    • Change:

      // From CommonJS
      var retextSimplify = require('retext-simplify')
      
      // To ESM
      import retextSimplify from 'retext-simplify'

      Learn more about ESM in this guide

  • 030a210 Add JSDoc based types