Skip to content

Releases: dcarbone/xml-writer-plus

0.6.0: Remove destructor

01 Jan 00:21
Compare
Choose a tag to compare

Removing __destruct method with the expectation that implementors will flush their own buffers.

0.5.2: Add attribute support into writeElement

21 Dec 19:12
Compare
Choose a tag to compare

With this minor feature release, you may now write out attributes directly into elements when calling $writer->writeElement by passing an associative array as the 3rd argument.

0.5.0

04 Apr 16:10
Compare
Choose a tag to compare
  • Bumped minimum required PHP version to 5.4.0
  • Fixed a few pieces of code-smell
  • Non-"*NS" methods no longer accept namespace prefix or uri arguments
  • Hopefully handling namespaces a bit better

License update for real...

06 Jun 15:50
Compare
Choose a tag to compare

License Update

19 May 21:08
Compare
Choose a tag to compare

As of 0.3.0, dcarbone/xml-writer-plus is no longer under GPLv2. It is now under Apache-2.0