File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.1.9] ( https://github.com/dashbitco/lazy_html/tree/v0.1.9 ) (2026-02-09)
8+
9+ ### Added
10+
11+ - ` LazyHTML.parent_node/1 ` and ` LazyHTML.nth_child/1 ` (#25 )
12+
13+ ### Fixed
14+
15+ - Segmentation fault when calling ` LazyHTML.from_tree/1 ` with highly nested trees (#30 )
16+
717## [ v0.1.8] ( https://github.com/dashbitco/lazy_html/tree/v0.1.8 ) (2025-09-15)
818
919### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule LazyHTML.MixProject do
44 # v2.5.0 + :lexbor-contains() feature
55 @ lexbor_git_sha "244b84956a6dc7eec293781d051354f351274c46"
66
7- @ version "0.1.9-dev "
7+ @ version "0.1.9"
88 @ description "Efficient parsing and querying of HTML documents"
99 @ github_url "https://github.com/dashbitco/lazy_html"
1010
You can’t perform that action at this time.
0 commit comments