aboutsummaryrefslogtreecommitdiff
path: root/cmp/options.go
AgeCommit message (Expand)Author
2019-12-16Add support for comparing graphs (#85)Joe Tsai
2019-12-16Add Exporter option (#176)Joe Tsai
2019-11-04Print type name in unexported panic (#171)Joe Tsai
2019-03-11Use concrete types for path steps (#129)Joe Tsai
2019-03-11Export the Reporter API (#123)Joe Tsai
2019-02-27Nudge people to use custom comparers rather than Ignore/Allow Unexported opti...LMMilewski
2019-02-27Add validator option once at state creation (#128)Joe Tsai
2019-02-26Evaluate options even if values are invalid (#121)Joe Tsai
2019-02-26Augment Report to indicate how comparison was determined (#122)Joe Tsai
2019-02-26Add Values method to PathStep (#119)Joe Tsai
2019-02-25Refactor reporter implementation (#112)Joe Tsai
2019-02-16Derive the default transformer name from the function pointer (#113)Joe Tsai
2019-02-16Relax Transformer name rules (#109)Joe Tsai
2019-02-16Move function name logic to function package (#106)Joe Tsai
2018-03-26Add AcyclicTransformer helper (#82)Joe Tsai
2018-02-02Support purego build tag (#68)Joe Tsai
2017-11-29Remove useless return value from applyJoe Tsai
2017-11-03Add implicit filter to Transformers (#29)Joe Tsai
2017-08-03Refactor option evaluation logic (#32)Joe Tsai
2017-08-02Add cmp/internal/function package (#35)Joe Tsai
2017-07-22Remove reporter TODO (#23)Joe Tsai
2017-07-18Document cmpopts.IgnoreUnexported and AllowUnexported together (#14)Joe Tsai
2017-07-14Add cmpopts helper package (#8)Joe Tsai
2017-07-13Remove warning about status of AllowUnexported (#5)Joe Tsai
2017-07-12Make lack of support for AllowUnexported more obvious (#4)Joe Tsai
2017-07-07Add package cmp for performing equality of Go valuesJoe Tsai