v0.35.0
Added
-
Add support for parsing attributes as maps.
This makes
parse_document/2
andparse_fragment/2
accept the option
:attributes_as_maps
to change the behaviour and return attributes as
maps instead of lists of tuples.
The only parser that does not support it yet is thefast_html
.
Changed
-
Drop support for Elixir v1.11.
-
Change the log level of parsing logger calls from "info" to "debug".
This will help to reduce the amount of noise in production apps.
Pull requests
- Remove override of
mix test
task by @philss in #465 - Remove unused functions from
floki_mochi_html
by @philss in #466 - Add support for parsing attributes as maps by @philss in #467
- Bump html5ever from 0.14.3 to 0.15.0 by @dependabot in #468
- Update CI GH Actions by @philss in #471
- Bump jason from 1.4.0 to 1.4.1 by @dependabot in #470
- Bump ex_doc from 0.29.4 to 0.30.1 by @dependabot in #469
- Bump ex_doc from 0.30.1 to 0.30.2 by @dependabot in #472
- Bump ex_doc from 0.30.3 to 0.30.4 by @dependabot in #476
- Bump ex_doc from 0.30.4 to 0.30.5 by @dependabot in #477
- Bump ex_doc from 0.30.5 to 0.30.6 by @dependabot in #479
- Bump dialyxir from 1.3.0 to 1.4.1 by @dependabot in #480
- Bump earmark from 1.4.39 to 1.4.42 by @dependabot in #484
- Bump earmark from 1.4.42 to 1.4.43 by @dependabot in #485
- Bump earmark from 1.4.43 to 1.4.44 by @dependabot in #486
- Bump credo from 1.7.0 to 1.7.1 by @dependabot in #489
- Bump earmark from 1.4.44 to 1.4.46 by @dependabot in #490
- Change log level from "info" to "debug" by @philss in #488
Full Changelog: v0.34.3...v0.35.0
Official Changelog: https://hexdocs.pm/floki/changelog.html