1. 34c9473 Update calls to deprecated methods (#389) by Will Beason · 12 days ago master
  2. 8b25e2f Add .gitattributes (prevent eol conversion on Windows) (#386) by Damien Neil · 9 weeks ago
  3. 9b12f36 Detect proto.Message types when failing to export a field (#370) by Joe Tsai · 1 year, 2 months ago v0.7.0
  4. 4dd3d63 fix: type 'aribica' => 'arabica' (#368) by Mitch Burton · 1 year, 3 months ago
  5. 391980c Support compare functions with SortSlices and SortMaps (#367) by Joe Tsai · 1 year, 5 months ago
  6. c3ad843 Add cmpopts.EquateComparable (#340) by Joe Tsai · 2 years, 7 months ago v0.6.0
  7. e250a55 Use of hotlinking of Go identifiers (#337) by Joe Tsai · 2 years, 7 months ago
  8. 8a3e8dd set workflow permission to read-only (#327) by Russ Cox · 2 years, 10 months ago
  9. 8cea5de Pin GitHub action versions (#332) by Damien Neil · 2 years, 10 months ago
  10. 3bb304a Run tests for Go 1.20 version (#322) by Bəxtiyar · 3 years, 1 month ago
  11. 571a56b Remove purego fallbacks (#325) by Caleb Spare · 3 years, 1 month ago
  12. a97318b Adjust heuristic for line-based versus byte-based diffing (#299) by Joe Tsai · 3 years, 7 months ago v0.5.9
  13. 377d283 Run tests on Go 1.19 (#309) by Aoang · 3 years, 7 months ago
  14. 6606d4d Use value.TypeString in PathStep.String (#306) by Joe Tsai · 3 years, 7 months ago
  15. f36a68d Pre-declare global type variables (#302) by Joe Tsai · 3 years, 7 months ago
  16. 5dac6aa Fix typo in Result documentation (#300) by Joe Tsai · 3 years, 7 months ago
  17. 14ad8a0 Format with Go 1.19 formatter (#304) by Joe Tsai · 3 years, 8 months ago
  18. a53d7e0 Use reflect.Value.IsZero (#297) by Joe Tsai · 3 years, 10 months ago
  19. f144a35 Additional cleanup with Go 1.13 as minimal version (#295) by Joe Tsai · 4 years ago v0.5.8
  20. 63c2960 remove xerrors (#292) by Tatsuya Kaneko · 4 years ago
  21. 71220fc Use string formatting for slice of bytes (#294) by Joe Tsai · 4 years ago
  22. 4664e24 Fix printing of types in reporter output (#293) by Joe Tsai · 4 years ago
  23. 79433ac Run tests on Go 1.18 (#290) by Aoang · 4 years ago
  24. 039e37c Add //go:build lines (#285) by Tobias Klauser · 4 years, 3 months ago v0.5.7
  25. 3242228 Drop hacks to work around Go reflection bugs in Go1.9 (#282) by Joe Tsai · 4 years, 4 months ago
  26. f59cd61 Update minimum supported version to go1.11 (#281) by Damien Neil · 4 years, 4 months ago
  27. 6faefd0 Reduce minimum length for specialize string diffing (#275) by Joe Tsai · 4 years, 5 months ago
  28. f1773ad Use any alias instead of interface{} (#276) by Joe Tsai · 4 years, 5 months ago
  29. 9094ef9 Change build status badge (#269) by Jake Son · 4 years, 6 months ago
  30. 3ee52c8 Fix spelling mistakes (#271) by Joe Tsai · 4 years, 6 months ago
  31. 395a0ac Use sha256 in test (#268) by Joe Tsai · 4 years, 8 months ago
  32. 402949e Merge pull request #266 from dsnet/fix-format by Damien Neil · 4 years, 8 months ago
  33. d5fcb38 Fix textual printing of byte slices by Joe Tsai · 4 years, 8 months ago
  34. 290a6a2 Avoid shadowing variable (#263) by Joe Tsai · 4 years, 10 months ago
  35. 248ccff Fix staticcheck findings (#262) by Joe Tsai · 4 years, 10 months ago
  36. d103655 Print as text if mostly text (#258) by Joe Tsai · 4 years, 10 months ago v0.5.6
  37. 9181d1e Avoid diffing by lines if inefficient (#260) by Joe Tsai · 4 years, 10 months ago
  38. c5c3378 Cleanup edit groups after coalescing (#259) by Joe Tsai · 4 years, 10 months ago
  39. 1ee4af8 Fix typo in path.go (#256) by Ikko Ashimine · 5 years ago
  40. 8fa37b4 Fix reporter verbosity bug (#253) by Joe Tsai · 5 years ago v0.5.5
  41. dc6435e De-virtualize interfaces for specialized diffing (#254) by Joe Tsai · 5 years ago
  42. e9947a2 Run tests on Go 1.16 (#252) by Tobias Klauser · 5 years ago
  43. 3a98a11 cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (#251) by Tobias Klauser · 5 years ago
  44. ec71d6d Impose verbosity limit when formatting map keys (#248) by Joe Tsai · 5 years ago v0.5.4
  45. 449e17c Fix non-determinism in diffing algorithm (#247) by Joe Tsai · 5 years ago
  46. ade6b74 Use GitHub actions for testing (#246) by Joe Tsai · 5 years ago
  47. 0a3ecd3 Fix Diff documentation (#237) by Joe Tsai · 5 years ago v0.5.3
  48. d3c8501 Revert "Adjust for reflect.Type.NumMethod change in Go1.16 (#240)" (#242) by Joe Tsai · 5 years ago
  49. ab46b8b Adjust for reflect.Type.NumMethod change in Go1.16 (#240) by Joe Tsai · 5 years ago
  50. 566225a Add an example for IgnoreFields (#205) by colinnewell · 5 years ago
  51. d713870 Fix license headers (#236) by Joe Tsai · 5 years ago
  52. d2fcc89 Suggest use of cmpopts.EquateErrors (#234) by Joe Tsai · 6 years ago v0.5.2
  53. db9de43 Add testing for Go1.15 (#232) by Joe Tsai · 6 years ago
  54. 036ffc7 Fix Diff documentation (#231) by Ernest Galbrun · 6 years ago
  55. 9680bfa Use triple-quote formatting for multiline strings (#229) by Joe Tsai · 6 years ago v0.5.1
  56. 1536a0c Adjust panic for IgnoreUnexported and IgnoreFields (#228) by k.nakada · 6 years ago
  57. d669b04 Swallow panic when calling String or Error (#221) by Joe Tsai · 6 years ago
  58. 77ae86f Improve reporting of values with cycles (#217) by Joe Tsai · 6 years ago v0.5.0
  59. c49bfce Update test case names (#218) by Joe Tsai · 6 years ago
  60. 1227731 Fix documentation on IgnoreFields (#220) by Joe Tsai · 6 years ago
  61. 44914b3 Disambiguate reporter output (#216) by Joe Tsai · 6 years ago
  62. f1780cf Limit verbosity of reporter output (#215) by Joe Tsai · 6 years ago
  63. 0d296f9 Limit number of printed differences for variable-length composites (#213) by Joe Tsai · 6 years ago
  64. 7c9a834 Introduce deliberate instability to difference output (#214) by Joe Tsai · 6 years ago
  65. 0cd6169 Use custom triple-quote syntax for diffing string literals (#212) by Joe Tsai · 6 years ago
  66. a171aa7 Use raw string literal syntax only for valid UTF-8 (#211) by Joe Tsai · 6 years ago
  67. 88849e8 Allow batched diffing of slices with a custom comparer (#210) by Joe Tsai · 6 years ago
  68. 9b30031 Batch reporter output for simple lists of textLine elements (#208) by Joe Tsai · 6 years ago
  69. 367e530 Mention minimally supported Go version in TODO (#209) by Joe Tsai · 6 years ago
  70. 23a2b56 Fix exporter to handle nil interface values (#207) by Joe Tsai · 6 years ago
  71. 11c4583 Avoid leaking implementation details of the exporter (#206) by Joe Tsai · 6 years ago
  72. 1776240 Forcibly export fields for use by the reporter by Joe Tsai · 6 years ago
  73. 4a83f56 Optimize Diff for frequent equality (#204) by Joe Tsai · 6 years ago
  74. d08c604 Permit use of IgnoreFields with unexported fields (#203) by Joe Tsai · 6 years ago
  75. aa7c82a Do not use custom format for nil slice (#201) by A. Ishikawa · 6 years ago
  76. 7e5cb83 Format units in decimal except bytes (#199) by 178inaba · 6 years ago v0.4.1
  77. 0c08307 Refactor tests to use golden test files (#200) by Joe Tsai · 6 years ago
  78. 049b73f Add reporterTests to TestDiff (#198) by 178inaba · 6 years ago
  79. cb8c7f8 Fix typo on example (#193) by Chris Morrow · 6 years ago
  80. f6dc95b Document the test-only intentions of this package (#189) by Joe Tsai · 6 years ago
  81. 6fdcbe1 Update tested Go versions (#188) by Joe Tsai · 6 years ago
  82. 5915021 Update README.md to use go.dev for documentation (#190) by Joe Tsai · 6 years ago
  83. 5a6f757 Add support for comparing graphs (#85) by Joe Tsai · 6 years ago v0.4.0
  84. 340f1eb Add EquateErrors helper (#178) by Joe Tsai · 6 years ago
  85. 3838af3 Adjust style of EquateApproxTime (#177) by Joe Tsai · 6 years ago
  86. e1f03df Add Exporter option (#176) by Joe Tsai · 6 years ago
  87. 776445f Print type name in unexported panic (#171) by Joe Tsai · 6 years ago
  88. 481baca Make retrieveUnexportedField pass Go 1.14's checkptr validation (#169) by Brad Fitzpatrick · 6 years ago
  89. b1c9c48 cmpopts: add EquateApproxTime (#158) by Roger Peppe · 7 years ago
  90. 2d0692c cmp/internal/value: fix handling of negative zero for floats (#152) by Joe Tsai · 7 years ago v0.3.1
  91. 208900a Fix updating of maxLineLen (#147) by Christian Muehlhaeuser · 7 years ago
  92. 6d8cafd Simplify code (#149) by Christian Muehlhaeuser · 7 years ago
  93. 00cb0dc Fixed typo in formatDiffList (#148) by Christian Muehlhaeuser · 7 years ago
  94. 1b31600 Document the reason for output instability (#145) by Joe Tsai · 7 years ago
  95. 917e382 Invoke String when formatting map keys (#142) by David Crawshaw · 7 years ago
  96. 6f77996 Improve clarity of compareAny (#132) by Joe Tsai · 7 years ago v0.3.0
  97. b5cce89 Implement specialized diffing for slices (#131) by Joe Tsai · 7 years ago
  98. 49488b4 Use concrete types for path steps (#129) by Joe Tsai · 7 years ago
  99. 0376dcf Add IgnoreSliceElements and IgnoreMapEntries helpers (#126) by Joe Tsai · 7 years ago
  100. 3177a94 Export the Reporter API (#123) by Joe Tsai · 7 years ago