Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
## Unreleased
## 0.2.1
- Documentation updates
## 0.2.0
- Add `XmlQuery.pretty/1` for printing XML with indentation and sorting.
- Implement `String.Chars` for `XmlQuery` structs.
## 0.1.0
- `XmlQuery.parse/1`
- `XmlQuery.all/2`
- `XmlQuery.find/2`
- `XmlQuery.find!/2`
- `XmlQuery.attr/2`
- `XmlQuery.text/1`
- Initial setup.