v0.36.0
Added
- Add
Floki.get_by_id/1
that returns one element by ID ornil
.
Thanks @SteffenDE.
Changed
- Improve options validation with
Keyword.validate!/2
.
This is not a change in APIs, but the error messages and opts validation should be standardized now.
Thanks @vittoriabitton.
Removed
- Drop support for Elixir v1.12.
Pull requests
- Use adjacent_sibling instead of sibling by @ypconstante in #544
- Update Elixir version requirement to 1.13 by @vittoriabitton in #541
- Improve opts validation with Keyword.validate!/2 by @vittoriabitton in #542
- Bump credo from 1.7.4 to 1.7.5 by @dependabot in #546
- add Floki.find_by_id/2 by @SteffenDE in #548
- Find without html tree for the remaining combinators by @ypconstante in #545
New Contributors
- @vittoriabitton made their first contribution in #541
- @SteffenDE made their first contribution in #548
Full Changelog: v0.35.4...v0.36.0