Skip to content

Releases: dashbitco/lazy_html

v0.1.10

09 Feb 18:50

Choose a tag to compare

Fixed

  • LazyHTML.query/2 and LazyHTML.query_by_id/2 returning duplicate nodes (#31)

v0.1.9

09 Feb 16:33

Choose a tag to compare

Added

  • LazyHTML.parent_node/1 and LazyHTML.nth_child/1 (#25)

Fixed

  • Segmentation fault when calling LazyHTML.from_tree/1 with highly nested trees (#30)

v0.1.8

15 Sep 16:33

Choose a tag to compare

Added

  • Precompiled artifacts for musl

v0.1.7

29 Aug 12:27

Choose a tag to compare

Updated

  • Updated Lexbor version (#21)

v0.1.6

07 Aug 08:05

Choose a tag to compare

Fixed

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

v0.1.5

05 Aug 14:31

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

Choose a tag to compare

Added

  • Added LazyHTML.html_escape/1 (#14)

v0.1.3

26 Jun 10:50

Choose a tag to compare

Added

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

v0.1.2

23 Jun 19:20

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

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)