This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Tags: zendframework/zend-json
Tags
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.
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.
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.
PreviousNext