issues
search
r3labs
/
diff
A library for diffing golang structures
Mozilla Public License 2.0
895
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: tagName go into new slice diff instance
#110
caterpillay
opened
2 days ago
0
Do you think it is necessary to diff two different fields?
#109
KelvinChen684
opened
2 months ago
0
have you tested the library's performance?
#108
colin0000007
opened
3 months ago
0
Patching a nil *int?
#107
stoffen
opened
12 months ago
0
Bug: Nil slice == empty slices when diffing
#106
theFong
opened
1 year ago
0
Question on performance
#105
lly-c232733
opened
1 year ago
0
Support cyclic types
#104
meln5674
opened
1 year ago
0
Fixed issue where the Differ options were not passed to sub differs
#103
glorquet
closed
1 year ago
0
Support for adding equal values for a changelog
#102
mdelapenya
opened
1 year ago
2
fix: report create/delete differences on empty structs
#101
aexvir
opened
1 year ago
0
no differences reported for maps where values are empty structs
#100
aexvir
opened
1 year ago
0
Bug: embeded structs diffs are not detected
#99
geritol
closed
1 year ago
1
When Bool type = false, is missing from Type:create
#98
CIpherWGO
opened
1 year ago
1
Go language version is very old.
#97
vault-thirteen
opened
1 year ago
0
Obscure Tag
#96
silverark
opened
1 year ago
0
TestDiff/mixed-slice-map fails randomly
#95
zhsj
opened
1 year ago
1
Append/Update only
#94
ryjogo
opened
1 year ago
1
EOL pkg found in go mod
#93
satish-suradkar
closed
1 year ago
1
Changelog Serialization - Interface issue
#92
tiger5226
opened
2 years ago
1
Patching slice back to empty slice returns patchLog.Applied() to be false
#91
jeffy-mathew
opened
2 years ago
0
Patch failing for byte slices when patching onto struct with nil destination
#90
valantonini
opened
2 years ago
0
option for ignoring unexported fields
#89
aexvir
opened
2 years ago
3
net.IP comparable as String.
#88
s3rj1k
opened
2 years ago
2
Changing module name
#87
zajko
closed
2 years ago
0
CRT-9979
#86
zajko
closed
2 years ago
0
CRT-9979
#85
zajko
closed
2 years ago
0
Migrate CI to GitHub Actions
#84
g3kk0
closed
2 years ago
0
Added DiffType and DiffFunc to ValueDiffer interface
#83
gustavomassa
closed
2 years ago
2
fix comparing of slice of structure
#82
XIELongDragon
closed
2 years ago
1
Keep original values while diffing
#81
aaomidi
closed
2 years ago
2
Add FilterOut method
#80
wangfenjin
closed
2 years ago
3
fix: slice index patch
#79
23doors
closed
2 years ago
1
fix: update to nil pointer
#78
23doors
closed
2 years ago
1
Allow ValueDiffers in nested structs
#77
Alfschmalf
closed
2 years ago
1
fix: add map with pointer value support
#76
23doors
closed
2 years ago
1
Show entire struct data in From/To even though it's only partially updated
#75
domluna
opened
2 years ago
3
call of reflect.Value.Type on zero Value
#74
stoffen
closed
2 years ago
1
Type lost in serialization
#73
stoffen
closed
2 years ago
3
Patching pointer values
#72
stoffen
closed
2 years ago
2
Slice ordering can't be disabled for []map[string]interface{}
#71
amanenk
opened
2 years ago
1
safely interface reflect values
#70
purehyperbole
closed
2 years ago
0
run this test ,find panic
#69
lchjczw
closed
2 years ago
2
Fix private map
#68
purehyperbole
closed
3 years ago
0
[v2.14.0] panic: reflect.Value.Interface: cannot return value obtained from unexported field or method
#67
Vilsol
closed
3 years ago
3
Add arrays to diff
#66
FarhanSajid1
closed
3 years ago
1
Exclude a field or path from diff
#65
saul-data
closed
2 years ago
4
assign an empty type when patch value is nil
#64
purehyperbole
closed
3 years ago
0
panic when trying to patch struct containing pointer to array of strings with nil
#63
jdmeyer3
opened
3 years ago
3
Nested map updates
#62
purehyperbole
closed
3 years ago
0
Patch delete for nested map deletes parent
#61
alextrs
closed
3 years ago
3
Next