Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 453 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 453 Bytes

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.