Releases: rehypejs/rehype
Releases · rehypejs/rehype
[email protected]
[email protected]
[email protected]
- 420b834 Fix to prefer explicit options
[email protected]
- 420b834 Fix to prefer explicit options
[email protected]
- bbbc005 Fix parse error in types
[email protected]
- 3352835 Fix parse error in types
12.0.0
- da77de4 Use ESM
-
Change:
// From CommonJS var rehype = require('rehype') // To ESM import {rehype} from 'rehype' // Or: var rehypeParse = require('rehype-parse') // => import rehypeParse from 'rehype-parse' var rehypeStringify = require('rehype-stringify') // => import rehypeStringify from 'rehype-stringify'
-
- 2d9f521 Update dependencies
- Update
unified
(10.0.0)
See: https://github.com/unifiedjs/unified/releases/tag/10.0.0 - Update
vfile
(5.0.0)
See: https://github.com/vfile/vfile/releases/tag/5.0.0
Importantly this renamestovfile.contents
vfile.value
- Update
hast-util-from-parse5
(7.0.0)
See: https://github.com/syntax-tree/hast-util-from-parse5/releases/tag/7.0.0
Importantly this removes support for non-HTML doctypes
Use xast if you’re not using HTML - Update
hast-util-to-html
(8.0.0)
See: https://github.com/syntax-tree/hast-util-to-html/releases/tag/8.0.0
Importantly this removes support for non-HTML doctypes
Use xast if you’re not using HTML
- Update
- f160b63 Add JSDoc based types
- c7965b3 Remove undocument
position
option
[email protected]
- 2f76fc3 Fix typo
[email protected]
- 97f6af7 Change
master
in links