Skip to content

Releases: dashbitco/lazy_html

v0.1.6

07 Aug 08:05
Compare
Choose a tag to compare

Fixed

  • Fixed regression in LazyHTML.Tree.to_html/1 memory usage (#19)

v0.1.5

05 Aug 14:31
Compare
Choose a tag to compare

Added

  • Added LazyHTML.Tree.postreduce/3 and LazyHTML.Tree.prereduce/3 (#15)

Changed

  • Lowered the runtime glibc version requirement (#16)

v0.1.4

04 Aug 14:35
Compare
Choose a tag to compare

Added

  • Added LazyHTML.html_escape/1 (#14)

v0.1.3

26 Jun 10:50
Compare
Choose a tag to compare

Added

  • Added :skip_whitespace_nodes option to LazyHTML.to_tree/2 (#10)

v0.1.2

23 Jun 19:20
Compare
Choose a tag to compare

Fixed

  • LazyHTML.from_tree/1 to preserve attribute name casing inside <svg> (#9)

v0.1.1

24 May 12:06
Compare
Choose a tag to compare

Fixed

  • Fix <template> children being ignored in LazyHTML.to_html/1, LazyHTML.to_tree/1, LazyHTML.from_tree/1 (#5)

v0.1.0

04 Apr 14:01
Compare
Choose a tag to compare

Initial release.