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

Tags: zendframework/zend-xml2json

Tags

3.1.2

Toggle 3.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-xml2json 3.1.2

Added
-----

- [#10](#10) adds support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

3.1.1

Toggle 3.1.1's commit message
zend-xml2json 3.1.1

Added
-----

- Nothing.

Changed
-------

- [#8](#8) ensures that tests against PHP 7.2 are not allowed to fail.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

3.1.0

Toggle 3.1.0's commit message
zend-xml2json 3.1.0

Added
-----

- [#5](#5) adds support for
  PHP 7.1 and 7.2.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- [#1](#1) removes an
  obsolete `@deprecated` annotation.

- [#5](#5) removes support
  for PHP 5.5. The code likely still runs on that version, but we no longer
  support it.

- [#5](#5) removes support
  for HHVM.

Fixed
-----

- Nothing.

3.0.0

Toggle 3.0.0's commit message
zend-xml2json 3.0.0

First release as a standalone component. Previous versions were shipped as
`Zend\Json\Json::toXml()` within the [zend-json](https://github.com/zendframework/zend-json)
package.