This release is mostly about making the system a bit more standards-compliant, adding some (literal) simplicity, and allowing for some automated testing. There were a few minor enhancements, the major one of which was the ability to return a "simple" array, which is devoid of the "value" and "attributes" sub-arrays for every tag, along with minor sanity fixes with exception handling. The release notes / change log is reproduced below:::
Many fixes since 0.4; see summary below.
v0.5.6:::
* xml from xmlCreator::create_xml_string() now html encoded (issue #150)
v0.5.5:::
* ability to delete a path from the XML.
v0.5.4:::
* Fix simple tree creation so a blank item doesn't contain invalid values.
v0.5.3:::
* allow for unit testing.
v0.5.1:::
* Now the array can be returned as a "simple" array.
* Use "__METHOD__" in exceptions to ensure the proper method is being named.