Skip to content

Releases: bupy7/xml-constructor

v2.0.3

29 Dec 19:12
Compare
Choose a tag to compare
  • Supporting of PHP 8.3.

v2.0.2

07 Jan 11:11
Compare
Choose a tag to compare
  • Added some tests.
  • Small fixes and improvements.

v2.0.1

07 Jan 09:27
Compare
Choose a tag to compare
  • Code style fixes.
  • Fixed tests.
  • Modified documentation.
  • Small fixes and improvements.

v2.0.0

06 Jan 18:00
Compare
Choose a tag to compare
  • 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.

v1.3.5

12 Dec 11:13
Compare
Choose a tag to compare
  • Reduce size of package.

v1.3.4

11 Dec 14:58
Compare
Choose a tag to compare
  • Support of PHP 8.2.
  • Added some more tests.

v1.3.3

22 Jan 12:42
Compare
Choose a tag to compare
  • Support PHP 8.0, 8.1.
  • Removed the @author PHPDoc tag.
  • Enhancement the README.
  • Moved from Travis-CI to GitHub Actions.

v1.3.2

11 Feb 16:04
Compare
Choose a tag to compare
  • Support PHP 7.3, 7.4.

v1.3.1

19 Apr 18:49
2431d0a
Compare
Choose a tag to compare
  • Just upgraded README because of skipped CData description.

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.