Commit 1b04374
committed
Announce 1.9
Francis Galiegue (19):
Announce 1.8
Diff: Add unchanged path detection
New DiffOperation class
DiffOperation: no need for the new pointer on .replace()
DiffOperation: add ability to generate JsonPatchOperations
JsonPatch: make constructor public
New class DiffProcessor
Add AssertJ dependency
JsonDiff: add .asJson(), .asJsonPatch() methods
Tests for JsonDiff
JsonDiff: javadoc, remove main(), some argument renaming
DiffProcessor: factorize additions into copies where possible
DiffProcessor: make final
DiffProcessor: detect removed values which are added again
DiffOperation: arguments rename, add comments
JsonDiff: more Javadoc; enforce non null arguments
Get rid of the old diff implementation
Update README
1.91 parent 90d740c commit 1b04374
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments