Skip to content

Releases: rehypejs/rehype-dom

7.0.1

27 Sep 14:04
a97897d
Compare
Choose a tag to compare

(note: this is a patch release of all packages)

Miscellaneous

Types

Full Changelog: 7.0.0...7.0.1

[email protected]

17 Sep 11:51
fb65fb2
Compare
Choose a tag to compare
  • d6df6d6 Replace DOMParser with template for fragment

Full Changelog: https://github.com/rehypejs/rehype-dom/compare/[email protected]

7.0.0

04 Sep 11:21
c165c83
Compare
Choose a tag to compare

Change

  • d26e35a Update @types/hast, unified, utilities, etc
    migrate: update too
  • 0b64fc8 Change to require Node.js 16
    migrate: update too
  • 8494426 Change to use exports
    migrate: don’t use private APIs
  • 8ab866e Change to serialize as HTML instead of XML
    by @wooorm in #22
    migrate: expect HTML, use xast if you want XML

Full Changelog: 6.0.1...7.0.0

[email protected]

04 Sep 11:19
2eb9192
Compare
Choose a tag to compare

[email protected]

04 Sep 11:20
5258b85
Compare
Choose a tag to compare

6.0.1

23 Jan 09:05
c2eb035
Compare
Choose a tag to compare

Full Changelog: 6.0.0...6.0.1

[email protected]

23 Jan 09:04
bdd5420
Compare
Choose a tag to compare

[email protected]

23 Jan 09:04
bf905fe
Compare
Choose a tag to compare

[email protected]

03 Sep 13:18
7c6e3b7
Compare
Choose a tag to compare

6.0.0

02 Aug 21:57
b4476d3
Compare
Choose a tag to compare
  • fa4c932 Use ESM
    • Change:

      // From CommonJS
      var rehypeDom = require('rehype-dom')
      
      // To ESM
      import {rehypeDom} from 'rehype-dom'
      
      // Plugins use default exports:
      import rehypeDomParse from 'rehype-dom-parse'

      Learn more about ESM in this guide

  • ca5a887 Add JSDoc based types
  • a806303 Update dependencies