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

Latest commit

 

History

History
122 lines (65 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

122 lines (65 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

3.1.3 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.1.2 - 2019-10-16

Added

  • #10 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.1.1 - 2018-04-30

Added

  • Nothing.

Changed

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

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.1.0 - 2017-10-16

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.

3.0.0 - 2016-03-31

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

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.