Skip to content

5.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 01 Aug 20:59
· 21 commits to main since this release
f65fcf3
  • abf5e36 Add JSDoc based types
  • c0f5518 Use ESM
    • Change:

      // From CommonJS
      var rehypeSanitize = require('rehype-sanitize')
      
      // To ESM
      import rehypeSanitize from 'rehype-sanitize'

      Learn more about ESM in this guide