Rehype Raw Versions Save

plugin to parse the tree again

7.0.0

8 months ago

Change

  • cdbb980 Update hast-util-raw, @types/hast migrate: update too
  • 9a794bb Change to require Node.js 16 migrate: update too
  • cd34249 Change to use exports migrate: don’t use private APIs

Full Changelog: https://github.com/rehypejs/rehype-raw/compare/6.1.1...7.0.0

6.1.1

2 years ago

6.1.0

2 years ago
  • 1a6942e Add raw nodes to hast node type registry

6.0.0

2 years ago
  • 75258b8 Use ESM
    • Change:

      // From CommonJS
      var rehypeRaw = require('rehype-raw')
      
      // To ESM
      import rehypeRaw from 'rehype-raw'
      

      Learn more about ESM in this guide

  • 1af7117 Add JSDoc based types
  • d361d2d Update dependencies

5.1.0

3 years ago
  • a3f37ce Add support for passing options to hast-util-raw

5.0.0

3 years ago
  • 850d3b2 Update hast-util-raw
  • aa6ea0d Add types (breaking, potentially, if you or your dependents use typescript)

4.0.2

4 years ago
  • 96f80e5 Refactor prose
  • 8fdb8a4 Add notes on security

4.0.1

4 years ago
  • fd73f24 Refactor prose

4.0.0

5 years ago
  • 22d6dbf Update hast-util-raw
  • fcf2ff2 Add more badges
  • 146c5df Move URLs to HTTPS

3.0.0

5 years ago
  • d7c2613 Update hast-util-raw
  • 3847bcd Refactor code-style
  • 9fbbb2d Add Contribute section to readme.md
  • 1f84b74 Migrate to rehypejs