Releases: kitajs/html
Releases · kitajs/html
v1.4.1
- Better escapeHtml
- Fixed css properties not being escaped
- Moved from escapeInnerHtml to
safe
attribute
Full Changelog: https://github.com/kitajs/html/compare/v1.4.0...v1.4.1###
v1.4.0
- Improved performance up to 200%.
- Added native
escapeInnerHtml
attribute to help avoid XSS injections
v1.3.4
- Only allows 0 as falsy value
Full Changelog: v1.3.3...v1.3.4
v1.3.3
- Correct handle,
undefined
,child
and [child
,child
] children possibility.
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- Added undefined to all optional types to avoid
exactOptionalPropertyTypes
problems - Correct handle falsy property values
- Moved to node:test and fixed some minor html generation problems
- Typos in the documentation
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Improved typings
- Esmodules interop
- Moved to
html
namespace
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Improved typings
- Added
<tag of/>
custom attribute to help non typescript users
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Added preact (
h
) exports compatibility - Correct handling
null/undefined
values - Added missing attributes
- Documentation improvements
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Added support for style tag as camel case objects.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Full Changelog: https://github.com/kitajs/html/commits/v1.0.0