Skip to content

v2.0.0

Compare
Choose a tag to compare
@bupy7 bupy7 released this 06 Jan 18:00
· 15 commits to master since this release
  • Now bupy7\xml\constructor\XmlConstructor is a plain PHP class which doesn't extend the XMLWriter.
  • Call bupy7\xml\constructor\XmlConstructor::fromArray() or bupy7\xml\constructor\XmlConstructor::toOutput() more
    than once is not supported and will throw an exception.
  • Some small fixes and enhancements.