%PDF- %PDF-
Direktori : /var/www/projetos/suporte.iigd.com.br.old/vendor/swaggest/json-diff/ |
Current File : //var/www/projetos/suporte.iigd.com.br.old/vendor/swaggest/json-diff/CHANGELOG.md |
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [3.8.3] - 2021-09-25 ### Fixed - Redundant operations in array patches that strip first element. - XOR hash collision for properties having equal parts. ### Added - Rearrange indexing by non-scalar properties that contain object, using XOR hash. ## [3.8.2] - 2021-09-17 ### Fixed - PHP 8.1 Deprecation notices with missing returns. ## [3.8.1] - 2020-09-25 ### Fixed - Rearrangement of equal array items is corrupting data by redundant replaces. ## [3.8.0] - 2020-09-25 ### Added - Rearrangement of equal items for non-homogeneous arrays with `JsonDiff::REARRANGE_ARRAYS` option. ## [3.7.5] - 2020-05-26 ### Fixed - Accidental array to associative array conversion ([#31](https://github.com/swaggest/json-diff/issues/31)). ## [3.7.4] - 2020-01-26 ### Fixed - PHP version check for empty property name support. ## [3.7.3] - 2020-01-24 ### Fixed - Merge patch was not replacing partially different arrays. ## [3.7.2] - 2019-10-23 ### Added - Change log. ### Fixed - Few irrelevant files not mentioned in `.gitattributes`. ## [3.7.1] - 2019-09-26 ### Added - Benchmarks to CI. ### Fixed - Unstable array rearrange order. ## [3.7.0] - 2019-04-25 ### Added - `getModifiedDiff()` and `COLLECT_MODIFIED_DIFF` option to return paths with original and new values. ## [3.6.0] - 2019-04-24 ### Added - Compatibility option to `TOLERATE_ASSOCIATIVE_ARRAYS` that mimic JSON objects. [3.8.3]: https://github.com/swaggest/json-diff/compare/v3.8.2...v3.8.3 [3.8.2]: https://github.com/swaggest/json-diff/compare/v3.8.1...v3.8.2 [3.8.1]: https://github.com/swaggest/json-diff/compare/v3.8.0...v3.8.1 [3.8.0]: https://github.com/swaggest/json-diff/compare/v3.7.5...v3.8.0 [3.7.5]: https://github.com/swaggest/json-diff/compare/v3.7.4...v3.7.5 [3.7.4]: https://github.com/swaggest/json-diff/compare/v3.7.3...v3.7.4 [3.7.3]: https://github.com/swaggest/json-diff/compare/v3.7.2...v3.7.3 [3.7.2]: https://github.com/swaggest/json-diff/compare/v3.7.1...v3.7.2 [3.7.1]: https://github.com/swaggest/json-diff/compare/v3.7.0...v3.7.1 [3.7.0]: https://github.com/swaggest/json-diff/compare/v3.6.0...v3.7.0 [3.6.0]: https://github.com/swaggest/json-diff/compare/v3.5.1...v3.6.0