-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: swaggest/json-diff
base: v1.1.1
head repository: swaggest/json-diff
compare: master
Commits on Sep 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c06cd77 - Browse repository at this point
Copy the full SHA c06cd77View commit details
Commits on Oct 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34b4d41 - Browse repository at this point
Copy the full SHA 34b4d41View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b0bc1ba - Browse repository at this point
Copy the full SHA b0bc1baView commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c71b41e - Browse repository at this point
Copy the full SHA c71b41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad944d - Browse repository at this point
Copy the full SHA 7ad944dView commit details
Commits on Jan 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9954d61 - Browse repository at this point
Copy the full SHA 9954d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f0445 - Browse repository at this point
Copy the full SHA 16f0445View commit details
Commits on Jan 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cf093c8 - Browse repository at this point
Copy the full SHA cf093c8View commit details -
Merge pull request #4 from swaggest/v2-patch
passing additional spec tests
Configuration menu - View commit details
-
Copy full SHA for 2058926 - Browse repository at this point
Copy the full SHA 2058926View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 77c888e - Browse repository at this point
Copy the full SHA 77c888eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f15d54 - Browse repository at this point
Copy the full SHA 1f15d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e583f89 - Browse repository at this point
Copy the full SHA e583f89View commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e9e947d - Browse repository at this point
Copy the full SHA e9e947dView commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1d0f04 - Browse repository at this point
Copy the full SHA e1d0f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 688b9df - Browse repository at this point
Copy the full SHA 688b9dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64972f5 - Browse repository at this point
Copy the full SHA 64972f5View commit details
Commits on Feb 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e6954a5 - Browse repository at this point
Copy the full SHA e6954a5View commit details -
Merge pull request #8 from swaggest/v3
extracting CLI to separate package
Configuration menu - View commit details
-
Copy full SHA for 211318d - Browse repository at this point
Copy the full SHA 211318dView commit details
Commits on Mar 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fb25971 - Browse repository at this point
Copy the full SHA fb25971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a931e - Browse repository at this point
Copy the full SHA 95a931eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c05369 - Browse repository at this point
Copy the full SHA 8c05369View commit details
Commits on Mar 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 809cb01 - Browse repository at this point
Copy the full SHA 809cb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea7087 - Browse repository at this point
Copy the full SHA 3ea7087View commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b1fd4cc - Browse repository at this point
Copy the full SHA b1fd4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e76cd7 - Browse repository at this point
Copy the full SHA 4e76cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f2acf - Browse repository at this point
Copy the full SHA 67f2acfView commit details
Commits on Mar 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4554ad2 - Browse repository at this point
Copy the full SHA 4554ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc847b3 - Browse repository at this point
Copy the full SHA cc847b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b7078 - Browse repository at this point
Copy the full SHA 44b7078View commit details
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 94925ea - Browse repository at this point
Copy the full SHA 94925eaView commit details
Commits on Mar 22, 2018
-
Handle Array/Object Conversion
This commit allows us to patch from an empty "array" into an object. Without this commit: ``` $old = ["emptyObject" => []]; $new = ["emptyObject" => ["notEmpty"=>"value"]]; $diff = new \Swaggest\JsonDiff\JsonDiff(json_decode(json_encode($old)), json_decode(json_encode($new))); $patch = $diff->getPatch(); $test = json_decode(json_encode($old)); $patch->apply($test); ``` fails
Allen Tsai committedMar 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 960918e - Browse repository at this point
Copy the full SHA 960918eView commit details
Commits on Mar 23, 2018
-
Merge pull request #10 from allentsai/issue-9
Handle Array/Object Conversion
Configuration menu - View commit details
-
Copy full SHA for 81a403c - Browse repository at this point
Copy the full SHA 81a403cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fb701 - Browse repository at this point
Copy the full SHA 59fb701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8230d84 - Browse repository at this point
Copy the full SHA 8230d84View commit details
Commits on Apr 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c9719f6 - Browse repository at this point
Copy the full SHA c9719f6View commit details -
Merge pull request #12 from swaggest/skip_if_isset
option to skip overwriting value if it is set
Configuration menu - View commit details
-
Copy full SHA for 05e6127 - Browse repository at this point
Copy the full SHA 05e6127View commit details
Commits on Sep 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a911cf2 - Browse repository at this point
Copy the full SHA a911cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06bf0ac - Browse repository at this point
Copy the full SHA 06bf0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f3f48 - Browse repository at this point
Copy the full SHA 32f3f48View commit details -
Merge pull request #15 from jsonCarmock/add-merge-patch
Add JSON Merge Patch support #13
Configuration menu - View commit details
-
Copy full SHA for 3825404 - Browse repository at this point
Copy the full SHA 3825404View commit details -
Configuration menu - View commit details
-
Copy full SHA for dadb65f - Browse repository at this point
Copy the full SHA dadb65fView commit details
Commits on Apr 9, 2019
-
[JsonDiff] add $modifiedFull + getter
Alexandre Tomatis committedApr 9, 2019 Configuration menu - View commit details
-
Copy full SHA for c952788 - Browse repository at this point
Copy the full SHA c952788View commit details
Commits on Apr 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 114edf2 - Browse repository at this point
Copy the full SHA 114edf2View commit details -
Merge pull request #20 from swaggest/class-pointer
Add support for PHP classes in JsonPointer
Configuration menu - View commit details
-
Copy full SHA for 1282c40 - Browse repository at this point
Copy the full SHA 1282c40View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58eaea4 - Browse repository at this point
Copy the full SHA 58eaea4View commit details -
Merge pull request #21 from swaggest/assoc-array
Add support for PHP associative arrays as JSON objects, resolves #17
Configuration menu - View commit details
-
Copy full SHA for de18f54 - Browse repository at this point
Copy the full SHA de18f54View commit details -
Merge pull request #19 from atomatis/feature/add_full_modified_property
Add modifier full diff property
Configuration menu - View commit details
-
Copy full SHA for 2f51b1a - Browse repository at this point
Copy the full SHA 2f51b1aView commit details
Commits on Apr 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d9308e3 - Browse repository at this point
Copy the full SHA d9308e3View commit details -
Merge pull request #22 from swaggest/modified-diff-flag
Change modified diff collection behavior
Configuration menu - View commit details
-
Copy full SHA for b997a29 - Browse repository at this point
Copy the full SHA b997a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c412a - Browse repository at this point
Copy the full SHA 53c412aView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.