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

Tags: zendframework/zend-json

Tags

release-3.1.2

Toggle release-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-json 3.1.2

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#46](#46) changes
  curly braces in array and string offset access to square brackets
  in order to prevent issues under the upcoming PHP 7.4 release.

- [#37](#37) fixes
  output of `\Zend\Json::prettyPrint` to not remove spaces after
  commas in value.

release-3.1.1

Toggle release-3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
zend-json 3.1.1

Added
-----

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

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-3.1.0

Toggle release-3.1.0's commit message
zend-json 3.1.0

Added
-----

- [#35](#35) and
  [#39](#39) add support for PHP
  7.1 and PHP 7.2.

Deprecated
----------

- Nothing.

Removed
-------

- [#35](#35) removes support for
  PHP 5.5.

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

Fixed
-----

- [#38](#38) provides a fix to
  `Json::prettyPrint()` to ensure that empty arrays and objects are printed
  without newlines.

- [#38](#38) provides a fix to
  `Json::prettyPrint()` to remove additional newlines preceding a closing
  bracket.

release-2.4.13

Toggle release-2.4.13's commit message
zend-json 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-json 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-json 2.4.11

release-2.4.10

Toggle release-2.4.10's commit message
zend-json 2.4.10

release-3.0.0

Toggle release-3.0.0's commit message
zend-json 3.0.0

Added
-----

- [#21](#21) adds documentation
  and publishes it to https://zendframework.github.io/zend-json/

Deprecated
----------

- Nothing.

Removed
-------

- [#20](#20) removes the
  `Zend\Json\Server` subcomponent, which has been extracted to
  [zend-json-server](https://zendframework.github.io/zend-json-server/).
  If you use that functionality, install the new component.
- [#21](#21) removes the
  `Zend\Json\Json::fromXml()` functionality, which has been extracted to
  [zend-xml2json](https://zendframework.github.io/zend-xml2json/). If you used
  this functionality, you will need to install the new package, and rewrite
  calls to `Zend\Json\Json::fromXml()` to `Zend\Xml2Json\Xml2Json::fromXml()`.
- [#20](#20) and
  [#21](#21) removes dependencies
  on zendframework/zendxml, zendframework/zend-stdlib,
  zendframework/zend-server, and zendframework-zend-http, due to the above
  listed component extractions.

Fixed
-----

- Nothing.

release-2.6.1

Toggle release-2.6.1's commit message
zend-json 2.6.1

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#18](#18) updates dependencies
  to allow usage on PHP 7, as well as with zend-stdlib v3.

release-2.4.9

Toggle release-2.4.9's commit message
zend-json 2.4.9