aboutsummaryrefslogtreecommitdiff
path: root/cmp/path.go
AgeCommit message (Expand)Author
2022-08-30Use value.TypeString in PathStep.String (#306)Joe Tsai
2022-07-13Format with Go 1.19 formatter (#304)Joe Tsai
2021-09-16Fix spelling mistakes (#271)Joe Tsai
2021-04-12Fix typo in path.go (#256)Ikko Ashimine
2020-09-23Fix license headers (#236)Joe Tsai
2020-06-08Avoid leaking implementation details of the exporter (#206)Joe Tsai
2019-12-16Add support for comparing graphs (#85)Joe Tsai
2019-12-16Add Exporter option (#176)Joe Tsai
2019-03-11Use concrete types for path steps (#129)Joe Tsai
2019-03-11Implement a unified difference reporter (#124)Joe Tsai
2019-02-26Add Values method to PathStep (#119)Joe Tsai
2019-02-16 Reorder logic to be consistent (#107)Joe Tsai
2019-02-16Relax Transformer name rules (#109)Joe Tsai
2017-12-14Add Transform.Option helper method (#59)Joe Tsai
2017-12-01Add Path.Index helper method (#56)Joe Tsai
2017-09-27Elide type assertions on unnamed types (#21)Joe Tsai
2017-07-20Add diffing abilities to reporting (#9)Joe Tsai
2017-07-14Use fmt.Sprintf instead of manual string concatenation (#7)Fiisio
2017-07-13Add Last helper method (#6)Joe Tsai
2017-07-07Add package cmp for performing equality of Go valuesJoe Tsai