Skip to content

6.0.0

Choose a tag to compare

@wooorm wooorm released this 30 Jul 16:33
· 48 commits to main since this release
a3e6bfe
  • fba7e39 Use ESM
    • Change:

      // From CommonJS
      var rehypeDocument = require('rehype-document')
      
      // To ESM
      import rehypeDocument from 'rehype-document'

      Learn more about ESM in this guide

  • 2a44a74 Add JSDoc based types
  • d8ff694 Remove doctype option
  • 146d444 Refactor code to improve bundle size