Current section

Files

Jump to
xml_query CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
## Unreleased
## 1.0.0
- Verify support for Elixir 1.17.0.
- *Breaking*: Drop support for Elixir older than 1.15.0.
## 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.