Skip to content

Releases: bupy7/xml-constructor

v1.3.0

21 Nov 19:57
Compare
Choose a tag to compare
  • Added CData feature.
  • No longer support for PHP 5.5, 5.6 and HHVM.

v1.2.5

08 Nov 10:08
Compare
Choose a tag to compare
  • Fixed "no tag content" bug.

v1.2.4

06 Dec 11:38
84862d4
Compare
Choose a tag to compare
  • Small notice in README about headers. (pandalowry)

v1.2.3

30 Nov 13:32
2bebd7f
Compare
Choose a tag to compare
  • Added support PHP 7.1 and 7.2.

v1.2.2

18 Sep 07:50
Compare
Choose a tag to compare
  • Small enhancement.
  • Added Docker.
  • Fixed tests.

v1.2.1

27 Jan 09:37
Compare
Choose a tag to compare
  • Added the unit-testing.

v1.2.0

21 Dec 19:04
Compare
Choose a tag to compare
  • Added changelog file.
  • Removed $root param from __construct() method.
  • Removed $file param from __construct() method.
  • Added ability configuration of XMLWriter via $config param to __construct()
    method.
  • Added libxml to required section of composer.json.
  • Small enhancements and fixes.

v1.1.0

26 Aug 23:22
Compare
Choose a tag to compare
  • Fix naming of method.

v1.0.0

23 Jul 21:37
Compare
Choose a tag to compare
  • First release.