Current section
Files
Jump to
Current section
Files
html_query
CHANGELOG.md
CHANGELOG.md
# Changelog
## Unreleased changes
## 0.3.0
- Add `HtmlQuery.table/1` which returns the contents of a table's cells as a list of lists.
## 0.2.4
- Fix typespec
## 0.2.3
- Raise `HtmlQuery.QueryError` instead of `RuntimeError`.
- includes selector.
## 0.2.2
- Relax Floki version restriction.
## 0.2.1
- Fix typespec for `HtmlQuery.find/2`
## 0.2.0
- `HtmlQuery.form_fields/1` converts dashes in field names to underscores.
## 0.1.1
- Documentation and typespec updates
## 0.1.0
- Initial release