File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased] [ unreleased ]
9
9
10
+ ## [ 0.37.0] - 2024-12-06
11
+
10
12
### Added
11
13
12
14
- Add ` Floki.css_escape/1 ` - thanks [ @SteffenDE ] ( https://github.com/SteffenDE ) .
13
15
16
+ ### Fixed
17
+
18
+ - Fix bug propagating identity encoder in ` raw_html/2 ` - thanks [ @andyleclair ] ( https://github.com/andyleclair ) .
19
+
14
20
### Removed
15
21
16
22
- Remove support for Elixir 1.13 and OTP 22.
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.3 "
6
+ @ version "0.37.0 "
7
7
8
8
def project do
9
9
[
You can’t perform that action at this time.
0 commit comments