1. a23c5e7 fix issues related to source package imports (#507) by Cody Oss · 4 years, 9 months ago v1.5.0
  2. f67ce0c add CODEOWNERS file (#522) by Cody Oss · 4 years, 9 months ago
  3. b9a8584 deduplicate methods to allow overlapping methods on embedded interfaces (#498) by Marten Seemann · 4 years, 10 months ago
  4. 872e315 remove travis config (#513) by Cody Oss · 4 years, 10 months ago
  5. 10192bd fix 1.11 ga test failure (#511) by Cody Oss · 4 years, 10 months ago
  6. dcd893e fix Test_createPackageMap for 1.15 (#512) by Cody Oss · 4 years, 10 months ago
  7. 000792a test out GH actions (#508) by Cody Oss · 4 years, 10 months ago
  8. 1fe605d sort methods on the mock implementation alphabetically (#500) by Marten Seemann · 5 years ago
  9. 99aa927 update readme spacing (#495) by Dimitar Ivanov · 5 years ago
  10. 69e02d3 MOCK-429: add support for assignable types to Eq matcher (#481) by GrigoriyMikhalkin · 5 years ago
  11. eb4f989 surface panic when calling Finish is implicit (#478) by Cody Oss · 5 years ago
  12. e40fff5 Update README with the last release (#475) by Mariano Cano · 5 years ago
  13. aff3767 Fix empty error message when call is exhausted (#460) by Cole Wippern · 5 years ago
  14. d2fe5cd Add example for Call.Do and Call.DoAndReturn (#470) by Cole Wippern · 5 years ago
  15. 7b53c4d check error for os.Setenv in parse_test.go (#472) by Anton Carlos · 5 years ago
  16. 11d9cab fix readme docs on removing Finish calls (#461) by Cody Oss · 5 years ago
  17. 8734ec5 Format generated files with goimports (#458) by Tim Ebert · 5 years ago
  18. 9cb0a11 remove rsc.io/quote/v3 as dep (#465) by Cody Oss · 5 years ago
  19. 91d4b5c Add tests for various Do/DoAndReturn calls (#430) by Cole Wippern · 5 years ago
  20. a5953ef fix README go get version by Cody Oss · 5 years ago
  21. c234374 update README to reflect current version by Cody Oss · 5 years ago
  22. 0f6dc21 format variadic arguments with GotFormatter (#434) by Guido Arnau · 5 years ago
  23. 5b2ea10 support embedded error interface in source mode (#445) by wencan · 5 years ago
  24. 44e6f1e fix docs for AssignableToTypeOf (#452) by Mario de Frutos Dieguez · 5 years ago
  25. d9ac678 gomock/controller: use skip additional frame (#443) by Stephen Wan · 5 years ago
  26. b76a85f support multi-path gopath (#435) by wencan · 5 years ago
  27. 92f53b0 Avoid using packages.Load (#420) by Zhongpeng Lin · 5 years ago
  28. 6d816de add default calling of ctrl.Finish() in go1.14+ (#422) by Cody Oss · 6 years ago
  29. 8a3d595 mockgen: handle more cases of "duplicate" imports (#405) by Steven Danna · 6 years ago
  30. d476d65 Parse parenthesized parameter-type. (#421) by Krouton · 6 years ago
  31. ccaa079 Using pacakges.NeedName (#418) by Zhongpeng Lin · 6 years ago
  32. 0b87a54 Add a period to the end of comments (#414) by Denis Krivak · 6 years ago
  33. 3a35fb6 Revert "Fix #71 Do + DoAndReturn signature change error msg (#395)" (#413) by Cody Oss · 6 years ago v1.4.3
  34. 064e67a don't ignore stdout.Write err (#410) by Brandon Lico · 6 years ago v1.4.2
  35. f9b4ad1 Fix #71 Do + DoAndReturn signature change error msg (#395) by Cole Wippern · 6 years ago
  36. b48cb66 Improve performance of mock generation (#397) by Oleksandr Plakhotnii · 6 years ago v1.4.1
  37. 0188501 Goreleaser (#394) by Filip Nguyen · 6 years ago
  38. 41fe4f7 Reflect in Current Directory First (#390) by Filip Nguyen · 6 years ago
  39. 5c85495 Use "." to refer to the current path's package in reflect mode (#387) by Sam Xie · 6 years ago
  40. 3dcdcb6 fix not resolving go module major versions (#385) by Cody Oss · 6 years ago v1.4.0
  41. f165686 Add Mockgen Version Flag (#362) by Filip Nguyen · 6 years ago
  42. e00cb15 Always remove self_package import (#343) by Zhongpeng Lin · 6 years ago
  43. 0800f9a refactor method names for reflect/source (#376) by Cody Oss · 6 years ago
  44. 1b95bd9 fix: avoid constructing improper import graph (#383) by Cody Oss · 6 years ago
  45. 3251ae5 fix tests passing when they should not (#378) by Cody Oss · 6 years ago
  46. 817c00c fix generates non-compilable code (#371) by Edgar Sipki · 6 years ago
  47. 29da289 fix several linting warnings (#374) by Cody Oss · 6 years ago
  48. de9f6c5 add benchmark for parse file (#372) by Cole Wippern · 6 years ago
  49. 1bf84fa Allow AssignableToTypeOf reflect.Type (#365) by Shude Li · 6 years ago
  50. b4b7d21 add Len matcher (#368) by Cody Oss · 6 years ago
  51. 9be4808 add All matcher (#367) by Cody Oss · 6 years ago
  52. 693e3a8 fix pr template (#366) by Cody Oss · 6 years ago
  53. 0d12903 fix feature request template (#364) by Cody Oss · 6 years ago
  54. 7968cef Update issue templates (#363) by Cody Oss · 6 years ago
  55. 193ff6f #358 add template for PR and bug report (#361) by Cole Wippern · 6 years ago
  56. 45682d7 Pass -build_flags as Multiple Args (#357) by Filip Nguyen · 6 years ago
  57. d1dd49b Added self_package option to readme (#355) by deelawn · 6 years ago
  58. 41e7e9a Add a CI check for go vet and go lint (#345) by Jesse Lang · 6 years ago
  59. 112dfb8 Adds GotFormatter interface and WantFormatter func (#236) by Andrew Poydence · 6 years ago
  60. 3fae808 include binaries with tagged releases via GoReleaser (#229) by Sebastian Cevallos · 6 years ago
  61. 0b73a1d refactor to unify README styles (#338) by Cody Oss · 6 years ago
  62. 577071b ci: add 1.13 testing (#337) by Cody Oss · 6 years ago
  63. 0e690d0 Update documentation on MinTimes and MaxTimes (#334) by Ronak Patel · 6 years ago
  64. 2b692ab Simplified Go code by Christian Muehlhaeuser · 6 years ago
  65. 176c208 Allow mockgen to execute from outside go modules by Zhongpeng Lin · 6 years ago
  66. cbd2e35 Update mockgen installation docs by Andrew Poydence · 6 years ago
  67. dd8d2a2 fix small typo in comments (#314) by Ruslan Abelharisov · 6 years ago
  68. 140ae90 Fix small typo in Controller example (#295) by James Bowes · 6 years ago
  69. d74b935 ci: adds check to ensure go modules are up to date by poy · 7 years ago v1.3.1
  70. 9fa652d Tidy up module dependencies by Kishan B · 7 years ago 1.3.1
  71. 9378704 gomock: refactor directory name by poy · 7 years ago v1.3.0
  72. 79d8603 removes vendor dir by poy · 7 years ago
  73. 51a91d6 updates golang.org/x/tools/go/packages version by poy · 7 years ago
  74. 9817830 remove go 1.10 support by poy · 7 years ago
  75. 442550a Fix copyright test. (#284) by Hesky Fisher · 7 years ago
  76. 73dc87c Fix import path for packages inside $GOPATH/src/vendor (#277) by skiptomylu · 7 years ago
  77. 2105010 Fix controller test name typo (#281) by Stanislav Kudriashev · 7 years ago
  78. 1df142a Fix small typo (#280) by Stanislav Kudriashev · 7 years ago
  79. 664ab84 Fix typo in mock README (#278) by Ronald Rojas · 7 years ago
  80. 837231f use go modules by poy · 7 years ago
  81. bfa1e97 add 1.12 and remove 1.9 support by poy · 7 years ago
  82. 40a6b8e Add copyright file flag (#234) by Maksym Pavlenko · 7 years ago
  83. b500383 mockgen: log error while deleting temp directory by poy · 7 years ago
  84. c205822 Fix 'Func' typo in README.md by Jason Keene · 7 years ago
  85. e698a2e gomock: document that Controller.Finish is not idempotent by poy · 7 years ago
  86. 7c85401 gomock: documents exported functions by poy · 7 years ago
  87. c2e99c4 mockgen: ensure package name is included when necessary by poy · 7 years ago
  88. 3b08ada gomock: removes typo in Test names by poy · 7 years ago
  89. 51421b9 mockgen: use Controller.Helper() in generated mocks by poy · 7 years ago v1.2.0
  90. b2f8551 gomock: export TestHelper and Controller.T by poy · 7 years ago
  91. 5f3a40b mockgen: Added support for dot imports by Andreas Schneider · 7 years ago
  92. bcb66aa Move test artifacts to internal packages (#243) by Andrew Poydence · 7 years ago
  93. 362bc29 "golang.org/x/net/context" was replaced to "context" package by Alex Zemlyakov · 7 years ago
  94. df19b5a Merge pull request #237 from poy/end-18-19 by Hesky Fisher · 7 years ago
  95. db82027 end support for go 1.7 and go 1.8 by poy · 7 years ago
  96. bcfe3c1 Merge pull request #232 from poy/readme-stub by Hesky Fisher · 7 years ago
  97. 03ad011 README: adds section on setting up mock and stub by poy · 7 years ago
  98. 49a6024 Merge pull request #224 from poy/poy-patch-1 by Hesky Fisher · 7 years ago
  99. 0df10f3 Add godoc badge and refactor README.md links by Andrew Poydence · 7 years ago
  100. 8a44ef6 Merge pull request #217 from gliptak/patch-2 by Hesky Fisher · 7 years ago