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.5] ( https://github.com/dashbitco/lazy_html/tree/v0.1.5 ) (2025-08-05)
8+
9+ ### Added
10+
11+ - Added ` LazyHTML.Tree.postreduce/3 ` and ` LazyHTML.Tree.prereduce/3 ` ([ #15 ] ( https://github.com/dashbitco/lazy_html/pull/15 ) )
12+
13+ ### Changed
14+
15+ - Lowered the runtime glibc version requirement ([ #16 ] ( https://github.com/dashbitco/lazy_html/pull/16 ) )
16+
717## [ v0.1.4] ( https://github.com/dashbitco/lazy_html/tree/v0.1.4 ) (2025-08-04)
818
919### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
33
44 @ lexbor_version "2.4.0"
55
6- @ version "0.1.5-dev "
6+ @ version "0.1.5"
77 @ description "Efficient parsing and querying of HTML documents"
88 @ github_url "https://github.com/dashbitco/lazy_html"
99
You can’t perform that action at this time.
0 commit comments