| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-04-26 | 1.7 kB | |
| v0.36.2 source code.tar.gz | 2024-04-26 | 492.8 kB | |
| v0.36.2 source code.zip | 2024-04-26 | 550.0 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
Added
- Implement the
Inspectprotocol for theFloki.HTMLTreestruct. This struct is currently private. Thank you @vittoriabitton.
Fixed
-
Fix regression to respect config option
:encodeinFloki.raw_html/2. Thanks @Sgoettschkes. -
Make the
Floki.raw_html/2treat 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 https://github.com/philss/floki/pull/549
- Bump ex_doc from 0.31.1 to 0.31.2 by @dependabot in https://github.com/philss/floki/pull/553
- raw_html treats the content of title tags as plain text by @aymanosman in https://github.com/philss/floki/pull/555
- Implement Inspect protocol for HTMLTree by @vittoriabitton in https://github.com/philss/floki/pull/547
- Bump ex_doc from 0.31.2 to 0.32.0 by @dependabot in https://github.com/philss/floki/pull/559
- Bump ex_doc from 0.32.0 to 0.32.1 by @dependabot in https://github.com/philss/floki/pull/560
- fix: read encode_raw_html config as default for raw_html encode option by @Sgoettschkes in https://github.com/philss/floki/pull/561
- Release 0.36.2 by @JohnnyCurran in https://github.com/philss/floki/pull/563
New Contributors
- @aymanosman made their first contribution in https://github.com/philss/floki/pull/555
- @Sgoettschkes made their first contribution in https://github.com/philss/floki/pull/561
- @JohnnyCurran made their first contribution in https://github.com/philss/floki/pull/563
Full Changelog: https://github.com/philss/floki/compare/v0.36.0...v0.36.2