File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased] [ unreleased ]
9
9
10
+ ## [ 0.36.3] - 2024-10-21
11
+
12
+ This release contains some performance improvements, thanks to [ @ypconstante ] ( https://github.com/ypconstante ) .
13
+
14
+ ### Fixed
15
+
16
+ - Stop ` Floki.get_by_id/2 ` traversal on first match. Thanks [ @ypconstante ] ( https://github.com/ypconstante ) .
17
+
18
+ - Remove extra whitespaces from nodes without attributes on ` Floki.raw_html/1 ` .
19
+ Thank you [ @ypconstante ] ( https://github.com/ypconstante ) .
20
+
21
+ - Fix ` Floki.raw_html/1 ` typespecs. Thanks [ @davydog187 ] ( https://github.com/davydog187 ) .
22
+
10
23
## [ 0.36.2] - 2024-04-26
11
24
12
25
### Added
@@ -786,7 +799,8 @@ of the parent element inside HTML.
786
799
787
800
- Elixir version requirement from "~ > 1.0.0" to ">= 1.0.0".
788
801
789
- [ unreleased ] : https://github.com/philss/floki/compare/v0.36.2...HEAD
802
+ [ unreleased ] : https://github.com/philss/floki/compare/v0.36.3...HEAD
803
+ [ 0.36.3 ] : https://github.com/philss/floki/compare/v0.36.2...v0.36.3
790
804
[ 0.36.2 ] : https://github.com/philss/floki/compare/v0.36.1...v0.36.2
791
805
[ 0.36.1 ] : https://github.com/philss/floki/compare/v0.36.0...v0.36.1
792
806
[ 0.36.0 ] : https://github.com/philss/floki/compare/v0.35.4...v0.36.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Floki.Mixfile do
3
3
4
4
@ description "Floki is a simple HTML parser that enables search for nodes using CSS selectors."
5
5
@ source_url "https://github.com/philss/floki"
6
- @ version "0.36.2 "
6
+ @ version "0.36.3 "
7
7
8
8
def project do
9
9
[
You can’t perform that action at this time.
0 commit comments