The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for XML-Struct

0.15 2013-09-23T10:30:40
 - align empty XML elements with MicroXML data model
 - new option: ns=>'disallow'
 - fix namespace stripping attributes
 - Document parallels to MicroXML

0.14 2013-09-19T06:56:00
 - fully enable option depth

0.13 2013-09-17T12:17:43
 - new option 'depth' for simpleXML
 - support namespace stripping

0.12 2013-09-17T09:35:19
 - Support '//' in pathes

0.11 2013-09-12T08:17:16
 - new function removeXMLAttr
 - renamed 'hashify' to 'simple'

0.10 2013-09-11T12:04:45
 - renamed 'hashify' to 'simple'

0.06 2013-09-11T10:31:11
 - bumped version
 - added method readDocument
 - fixed hashification with root
 - improved writer with options 'encoding' and 'version'

0.05 2013-09-10T12:09:48
 - removed test artifact

0.04 2013-09-10T11:50:06
 - improved path matching
 - support hashify root aka KeepRoot

0.03 2013-09-09T08:32:40
 - added function hashifyXML
 - extended writer
 - fix reader test
 - implemented writer
 - don't test on Perl 5.8 with travis
 - first draft of writer

0.02 2013-09-08T09:19:25
 - renamed to XML::Struct
 - added writer

0.01 2013-09-06T22:50:43
 - initial draft