Skip to content

Releases: syntax-tree/hast-util-to-html

8.0.0

01 May 16:51
692d140
Compare
Choose a tag to compare
  • 3cc3cb6 Add JSDoc based types
  • 7882a8c Use ESM
  • 6698927 Remove deprecated fallback allowDangerousHTML
  • e294d41 Remove support for non-HTML doctypes

7.1.3

25 Apr 08:19
09fc150
Compare
Choose a tag to compare
  • e26628c Fix SVG attributes on svg element in HTML

7.1.2

30 Oct 19:09
e0b2c74
Compare
Choose a tag to compare
  • 0116d07 Refactor to improve bundle size

7.1.1

08 May 05:29
4c1d154
Compare
Choose a tag to compare
  • 0dc5101 types: make optional fields optional

7.1.0

29 Feb 09:22
3c22e15
Compare
Choose a tag to compare

7.0.0

16 Jan 15:02
0fef5aa
Compare
Choose a tag to compare

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

20 Dec 16:15
f387e2d
Compare
Choose a tag to compare
  • ce1b95c Add funding field to package.json
  • e7a5874 Add upperDoctype option

6.0.2

20 Jul 15:54
05de834
Compare
Choose a tag to compare
  • 05de834 Fix tight empty SVG close after unquoted attribute
  • b684082 Add notes on security

6.0.1

31 May 06:54
7e02879
Compare
Choose a tag to compare

6.0.0

29 May 15:36
65fead0
Compare
Choose a tag to compare
  • 98afb01 Add support for better SVG minifying
  • e8e480c Update stringify-entities