Skip to content

Releases: swaggest/json-diff

Add support for PHP associative arrays as JSON objects

24 Apr 12:58
de18f54
Compare
Choose a tag to compare

JsonDiff, JsonPatch, JsonPointer now have a TOLERATE_ASSOCIATIVE_ARRAYS flag that enables support for associative arrays instead of \stdClass at cost of some compatibility and performance. Generally it is not recommended to this flag, but rather stick to \stdClass.

v3.5.1: Merge pull request #20 from swaggest/class-pointer

19 Apr 20:59
1282c40
Compare
Choose a tag to compare
Add support for PHP classes in JsonPointer

Add JSON Merge Patch support

20 Sep 15:32
Compare
Choose a tag to compare
v3.5.0

Update links in README.md

v3.4.2: Merge pull request #12 from swaggest/skip_if_isset

28 Apr 04:44
05e6127
Compare
Choose a tag to compare
option to skip overwriting value if it is set

v3.4.1: Merge pull request #11 from swaggest/issue-9

23 Mar 04:03
8230d84
Compare
Choose a tag to compare

JsonPointer::buildPath

20 Mar 08:22
Compare
Choose a tag to compare
v3.4.0

JsonPointer::buildPath

v3.3.1

19 Mar 10:44
Compare
Choose a tag to compare
do not modify data on failing `add`

Fault-tolerant patch apply

19 Mar 09:50
Compare
Choose a tag to compare
v3.3.0

fault-tolerant patch apply

JSON replace by value filtered by path

15 Mar 11:14
Compare
Choose a tag to compare
v3.2.1

JsonValueReplace

JSON replace by value

15 Mar 10:43
Compare
Choose a tag to compare
v3.2.0

JsonValueReplace