Skip to content

Releases: rehypejs/rehype-document

7.0.3

25 Nov 12:39
6cc848a
Compare
Choose a tag to compare

Full Changelog: 7.0.2...7.0.3

7.0.2

25 Nov 12:39
a574921
Compare
Choose a tag to compare

Full Changelog: 7.0.1...7.0.2

7.0.1

01 Sep 15:34
4129963
Compare
Choose a tag to compare

Full Changelog: 7.0.0...7.0.1

7.0.0

01 Sep 13:15
f1cff52
Compare
Choose a tag to compare

Change

  • 2423ac6 Update @types/hast, unified, utilities, etc
    migrate: update too
  • 7424740 Change to require Node.js 16
    migrate: update too
  • 1a90d10 Change to use exports
    migrate: don’t use private APIs

Add

  • 72dfb02 Add support for title from frontmatter, metadata

Full Changelog: 6.1.0...7.0.0

6.1.0

22 Aug 09:00
66995bc
Compare
Choose a tag to compare

Full Changelog: 6.0.1...6.1.0

6.0.1

08 Dec 13:28
c159320
Compare
Choose a tag to compare

Full Changelog: 6.0.0...6.0.1

6.0.0

30 Jul 16:33
a3e6bfe
Compare
Choose a tag to compare
  • 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

5.1.0

15 Jun 15:55
34de6ae
Compare
Choose a tag to compare
  • e7b2f23 Move @types/hast to dependencies

5.0.0

29 Apr 16:20
eb2eaad
Compare
Choose a tag to compare
  • c82fbed Add types
    (breaking, potentially, if you or your dependents use typescript)

4.0.0

20 Mar 17:07
2ef53d3
Compare
Choose a tag to compare