v0.36.2
Added
- Implement the
Inspect
protocol for theFloki.HTMLTree
struct.
This struct is currently private. Thank you @vittoriabitton.
Fixed
-
Fix regression to respect config option
:encode
inFloki.raw_html/2
.
Thanks @Sgoettschkes. -
Make the
Floki.raw_html/2
treat the contents of the<title>
tag as plain text.
The idea is to align withparse_document/2
.
Thank you @aymanosman.
Pull requests
- fix typespec of get_by_id/2 by @SteffenDE in #549
- Bump ex_doc from 0.31.1 to 0.31.2 by @dependabot in #553
- raw_html treats the content of title tags as plain text by @aymanosman in #555
- Implement Inspect protocol for HTMLTree by @vittoriabitton in #547
- Bump ex_doc from 0.31.2 to 0.32.0 by @dependabot in #559
- Bump ex_doc from 0.32.0 to 0.32.1 by @dependabot in #560
- fix: read encode_raw_html config as default for raw_html encode option by @Sgoettschkes in #561
- Release 0.36.2 by @JohnnyCurran in #563
New Contributors
- @aymanosman made their first contribution in #555
- @Sgoettschkes made their first contribution in #561
- @JohnnyCurran made their first contribution in #563
Full Changelog: v0.36.0...v0.36.2