Hast Util To Html Versions Save

utility to serialize hast to HTML

9.0.1

1 month ago

Performance

Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/9.0.0...9.0.1

9.0.0

9 months ago

Change

  • 23a91fc Update @types/hast, utilities migrate: update too
  • 8c32af8 Change to require Node.js 16 migrate: update too
  • 320b2ff Change to use exports migrate: don’t use private APIs
  • 15b1618 Remove entities option, use characterReferences migrate: options.entities -> options.characterReferences

Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/8.0.4...9.0.0

8.0.4

1 year ago

Misc

  • 5b04870 d672d24 Add improved docs
  • 97417a4 Refactor code-style

Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/8.0.3...8.0.4

8.0.3

2 years ago

8.0.2

2 years ago
  • bb0238d Fix unquoted, tight, self-closing elements

Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/8.0.1...8.0.2

8.0.1

2 years ago
  • 106f1b9 Fix internal circular dependency

8.0.0

3 years ago
  • 3cc3cb6 Add JSDoc based types
  • 7882a8c Use ESM
  • 6698927 Remove deprecated fallback allowDangerousHTML
  • e294d41 Remove support for non-HTML doctypes

7.1.3

3 years ago
  • e26628c Fix SVG attributes on svg element in HTML

7.1.2

3 years ago
  • 0116d07 Refactor to improve bundle size

7.1.1

4 years ago
  • 0dc5101 types: make optional fields optional