Skip to content

Releases: AaronDDM/XMLBuilder

v2.0.3

14 Oct 19:10
ceadf8b
Compare
Choose a tag to compare

Changes

v2.0.2

10 Jan 03:25
dfd3ad5
Compare
Choose a tag to compare
  • Element names can now include numbers

v2.0.1

29 Jul 02:15
ac4ac80
Compare
Choose a tag to compare
  • Colons are now allowed in element data names

v2.0.0

29 Mar 21:48
Compare
Choose a tag to compare
  • Removed support for PHP 7.1
  • Previously, if you passed in your own instance of XMLWriter into an instance of XMLWriterService, XMLWriter::openMemory was called from within the XMLWriterService. This did not allow for customizations made to the XMLWriter object prior to it being passed into XMLWriterService. In 2.0, you are required to call XMLWriter::openMemory prior to passing an instance into XMLWriterService.

v1.0.2

14 Aug 13:37
b56aa72
Compare
Choose a tag to compare