Releases: dashbitco/lazy_html
Releases · dashbitco/lazy_html
v0.1.3
Added
- Added
:skip_whitespace_nodes
option to LazyHTML.to_tree/2
(#10)
v0.1.2
Fixed
LazyHTML.from_tree/1
to preserve attribute name casing inside <svg>
(#9)
v0.1.1
Fixed
- Fix
<template>
children being ignored in LazyHTML.to_html/1
, LazyHTML.to_tree/1
, LazyHTML.from_tree/1
(#5)