v2.0.0
- Now
bupy7\xml\constructor\XmlConstructor
is a plain PHP class which doesn't extend theXMLWriter
. - Call
bupy7\xml\constructor\XmlConstructor::fromArray()
orbupy7\xml\constructor\XmlConstructor::toOutput()
more
than once is not supported and will throw an exception. - Some small fixes and enhancements.