File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 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.
77
88## [ Unreleased] [ unreleased ]
99
10+ ## [ 0.37.0] - 2024-12-06
11+
1012### Added
1113
1214- Add ` Floki.css_escape/1 ` - thanks [ @SteffenDE ] ( https://github.com/SteffenDE ) .
1315
16+ ### Fixed
17+
18+ - Fix bug propagating identity encoder in ` raw_html/2 ` - thanks [ @andyleclair ] ( https://github.com/andyleclair ) .
19+
1420### Removed
1521
1622- 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
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.3 "
6+ @ version "0.37.0 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments