Releases: bupy7/xml-constructor
Releases · bupy7/xml-constructor
v2.0.4
v2.0.3
v2.0.2
v2.0.1
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.