Releases: syntax-tree/hast-util-to-html
Releases · syntax-tree/hast-util-to-html
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
Rewrite algorithm
Changes
- Output less entities in places where they aren’t needed
Features
quote
— Preferred attribute quote to usequoteSmart
— Use other quote if shorterpreferUnquoted
— Use no quotes if shorteromitOptionalTags
collapseEmptyAttributes
tightSelfClosing
— No space before slash in void elementstightCommaSeparatedLists
tightAttributes
— No space between quoted attributesallowParseErrors
— Smaller size by allowing parse errorsallowDangerousCharacters
— Smaller size by opening up XSS vectors
Bugs
- Fix stringification of numeric data attribute (
data-123
instead ofdata123
)
Refactor
- Refactor code-style
- Rewrite tests
- Remove superfluous dot-files