What's Changed
- Change Readme to reflect supported Go versions by @prochac in #1039
- fix the output source file in test output by @fefe982 in #1026
- Add ErrorContains by @alxn in #1022
- Make sure time.Time comparison produces a helpful diff. closes #989 by @HaraldNordgren in #1072
- Add String method to Mock to fix #423 by @neilisaac in #694
- Use GitHub actions by @boyan-soubachov in #1096
- Fix NaN similarity checks by @mvrahden in #1085
- Set up Dependabot by @mmorel-35 in #1100
- Improve mock.MatchedBy failed comparison Diff message by @perrydunn in #1074
- Fix #1083 (Nil-pointer dereference) by @mvrahden in #1084
- Update builds by @boyan-soubachov in #1156
- fix format strings support via msgAndArgs forwarding by @ikravets in #1150
- assert: allow comparing time.Time by @torkelrogstad in #1149
- Fixed didPanic to now detect panic(nil). by @RmbRT in #793
New Contributors
- @prochac made their first contribution in #1039
- @fefe982 made their first contribution in #1026
- @alxn made their first contribution in #1022
- @neilisaac made their first contribution in #694
- @mvrahden made their first contribution in #1085
- @mmorel-35 made their first contribution in #1100
- @perrydunn made their first contribution in #1074
- @ikravets made their first contribution in #1150
- @RmbRT made their first contribution in #793
Full Changelog: v1.7.0...v1.7.1