File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ v0.1.3] ( https://github.com/dashbitco/lazy_html/tree/v0.1.3 ) (2025-06-26)
8
+
9
+ ### Added
10
+
11
+ - Added ` :skip_whitespace_nodes ` option to ` LazyHTML.to_tree/2 ` ([ #10 ] ( https://github.com/dashbitco/lazy_html/pull/10 ) )
12
+
7
13
## [ v0.1.2] ( https://github.com/dashbitco/lazy_html/tree/v0.1.2 ) (2025-06-23)
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
3
3
4
4
@ lexbor_version "2.4.0"
5
5
6
- @ version "0.1.3-dev "
6
+ @ version "0.1.3"
7
7
@ description "Efficient parsing and querying of HTML documents"
8
8
@ github_url "https://github.com/dashbitco/lazy_html"
9
9
You can’t perform that action at this time.
0 commit comments