Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Releases: zendframework/zend-xml2json

zend-xml2json 3.1.2

16 Oct 11:45
3.1.2
Compare
Choose a tag to compare

Added

  • #10 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-xml2json 3.1.1

30 Apr 13:33
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #8 ensures that tests against PHP 7.2 are not allowed to fail.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-xml2json 3.1.0

16 Oct 14:24
Compare
Choose a tag to compare

Added

  • #5 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #1 removes an obsolete @deprecated annotation.

  • #5 removes support for PHP 5.5. The code likely still runs on that version, but we no longer support it.

  • #5 removes support for HHVM.

Fixed

  • Nothing.

zend-xml2json 3.0.0

31 Mar 22:39
Compare
Choose a tag to compare

First release as a standalone component. Previous versions were shipped as Zend\Json\Json::toXml() within the zend-json package.