This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: remarkjs/remark-vdom
Releases · remarkjs/remark-vdom
12.0.0
11.0.1
11.0.0
- 630650c Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkVdom = require('remark-vdom') // To ESM import remarkVdom from 'remark-vdom'
- d86dd92 Add JSDoc based types
Full Changelog: 10.0.0...11.0.0
10.0.0
9.0.1
9.0.0
- 279901e Update
mdast-util-to-hast
(breaking, potentially, if you or your dependents use typescript) - d1c699e Update
hast-to-hyperscript
(breaking, potentially, if you or your dependents use typescript) - f3bf3ed Refactor prose
- 16bf764 Add notes on security
8.0.0
- ac1c2e3 Update
hast-util-sanitize
(seehast-util-sanitize@2.0.0
) - 557b5d6 Update
hast-to-hyperscript
(seehast-to-hyperscript@7.0.0
) - 9a346b7 Update
mdast-util-to-hast
(seehast-util-to-html@6.0.0
)