Skip to content

Commit 4032396

Browse files
committed
Release v0.36.3
1 parent 9ce1d1b commit 4032396

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased][unreleased]
99

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+
1023
## [0.36.2] - 2024-04-26
1124

1225
### Added
@@ -786,7 +799,8 @@ of the parent element inside HTML.
786799

787800
- Elixir version requirement from "~> 1.0.0" to ">= 1.0.0".
788801

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
790804
[0.36.2]: https://github.com/philss/floki/compare/v0.36.1...v0.36.2
791805
[0.36.1]: https://github.com/philss/floki/compare/v0.36.0...v0.36.1
792806
[0.36.0]: https://github.com/philss/floki/compare/v0.35.4...v0.36.0

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Floki.Mixfile do
33

44
@description "Floki is a simple HTML parser that enables search for nodes using CSS selectors."
55
@source_url "https://github.com/philss/floki"
6-
@version "0.36.2"
6+
@version "0.36.3"
77

88
def project do
99
[

0 commit comments

Comments
 (0)