Closed Zoramite closed 13 years ago
Create a diff component that can be used to show the differences between native complex types such as structs and arrays.
diff
Should return a struct with two keys: old and new.
old
new
Added the toHtml function for giving a diff in an html format.
toHtml
Closed by bef039055c9036baadc51086ba8aafd82ad5cbf3
Create a
diff
component that can be used to show the differences between native complex types such as structs and arrays.Should return a struct with two keys:
old
andnew
.old
& not exists in thenew
: deleted itemnew
& not exists in theold
: new itemold
&new
: value has changed