Current section
Files
Jump to
Current section
Files
simple_xml
CHANGELOG.md
CHANGELOG.md
# Changelog for simple_xml v0.1
## v1.0.0
* Fix error message for `XmlNode.first_child/2`
* Add `children/1`, `children/2`, `drop_children/1`, `to_string/1` functions to XmlNode
* Add ability to canonicalize XmlNode that matches `:xmerl_c14n.c14n()`
* Add `SimpleXml.verify/2` for signature verification
## v0.1.2
* Improved documentation
## v0.1.1
* Add parsing and XML node access fuctionality
* Reduce Elixir requirement to 1.14
## v0.1.0
* Initial hex publish to setup library. There's no functionality yet.