All notable changes to array-to-xml
will be documented in this file
- fix setting attributes
- allow wrapping data in a CDATA section
- add fix for multiple empty/self-closing child elements
- add support for naming a root element and adding properties to it
- avoid pulling in the snapshot package on install
- PHP 7 is now required
- allow encoding and version to be set
- attributes and value can be set in SimpleXMLElement style
- attributes and value can be set in SimpleXMLElement style
- fixed an error when there is a special character to the value set in _value
- added
toDom
method
- Fixed typo in the name of the
addSequentialNode
-function
- Add ability to use attributes
- Add support to collection arrays and dynamically XML convertion when keys are numeric
- handle values with special characters
- use DOMDocument for better validation
- added an option to opt out of the automatic space replacement
- initial release