Skip to content

Releases: swaggest/json-diff

v3.8.1

25 Sep 17:47
d218435
Compare
Choose a tag to compare
Rearrange equal array items, pt. 2 (#37)

v3.8.0

24 Sep 22:44
Compare
Choose a tag to compare
Update README.md

v3.7.5

26 May 21:53
e452a9c
Compare
Choose a tag to compare
Avoid associative array conversion when removing array items (#32)

v3.7.4

26 Jan 20:52
fccbbd6
Compare
Choose a tag to compare
Fix PHP version check (#30)

v3.7.3: Merge pull request #29 from swaggest/fix-merge-patch

24 Jan 12:11
df30535
Compare
Choose a tag to compare
Replace partially different array when creating merge patch

v3.7.2

23 Oct 09:36
Compare
Choose a tag to compare
Add change log, update dist excluded files

v3.7.1: Merge pull request #24 from swaggest/stable-rearrange

26 Sep 11:36
203014d
Compare
Choose a tag to compare

v3.7.0

25 Apr 04:17
Compare
Choose a tag to compare
Update docs

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