Releases: syntax-tree/hast-util-to-html
Releases · syntax-tree/hast-util-to-html
8.0.0
- 3cc3cb6 Add JSDoc based types
- 7882a8c Use ESM
- 6698927 Remove deprecated fallback
allowDangerousHTML
- e294d41 Remove support for non-HTML doctypes
7.1.3
- e26628c Fix SVG attributes on
svg
element in HTML
7.1.2
- 0116d07 Refactor to improve bundle size
7.1.1
- 0dc5101 types: make optional fields optional
7.0.0
Changes
- 903a671 Add types
(breaking, if you or your dependents use typescript, and didn’t expect typings)
- 8deb6e5 Update
unist-util-is
(see [email protected]
)
(breaking, if you or your dependents use typescript, and didn’t expect typings)
- 0ff62a4 Rename
allowDangerousHTML
> allowDangerousHtml
(not breaking, yet: there’s a deprecation warning)
Features
- 9d85fa7 Add support for passing a list of nodes
Patches
- b77f47c Fix breaking out of doctypes
- 3a6a6d6 Fix breaking out of comments
6.1.0
- ce1b95c Add
funding
field to package.json
- e7a5874 Add
upperDoctype
option
6.0.2
- 05de834 Fix tight empty SVG close after unquoted attribute
- b684082 Add notes on security
6.0.0
- 98afb01 Add support for better SVG minifying
- e8e480c Update
stringify-entities