| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-16 | 849 Bytes | |
| v0.38.4 source code.tar.gz | 2026-06-16 | 500.5 kB | |
| v0.38.4 source code.zip | 2026-06-16 | 557.2 kB | |
| Totals: 3 Items | 1.1 MB | 1 | |
Fixed
- Fix a regression with
Floki.text/2when a document contains a DOCTYPE tag.
It did not appear for most of the users because the "mochiweb" parser (default) does not produce such tag.
This is similar to the fix from v0.38.3.
Thanks @foxbenjaminfox.
Pull requests
- Fix Floki.text/2 when document contains a doctype declaration by @foxbenjaminfox in https://github.com/philss/floki/pull/702
- Bump versions for Elixir and Ubuntu - CI workflow by @philss in https://github.com/philss/floki/pull/703
- Release v0.38.4 by @philss in https://github.com/philss/floki/pull/704
New Contributors
- @foxbenjaminfox made their first contribution in https://github.com/philss/floki/pull/702
Full Changelog: https://github.com/philss/floki/compare/v0.38.3...v0.38.4