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 #702
- Bump versions for Elixir and Ubuntu - CI workflow by @philss in #703
- Release v0.38.4 by @philss in #704
New Contributors
- @foxbenjaminfox made their first contribution in #702
Full Changelog: v0.38.3...v0.38.4