Skip to content

Releases: sanposhiho/gomockhandler

v1.5.1

20 Feb 09:12
5e6d32a
Compare
Choose a tag to compare

This release fixes the bug included in v1.5.0.

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Feb 08:19
7696029
Compare
Choose a tag to compare

This release contains the change to make gomockhandler compatible with uber-go/mock@v0.3.0+.

What's Changed

  • Update check command to replace tmp file path in comment out section by @s4s7 in #89

Full Changelog: v1.4.5...v1.5.0

v1.4.5

16 Feb 03:08
3d87f02
Compare
Choose a tag to compare

What's Changed

  • mention the uber fork instead of archived golang/mock by @sanposhiho in #85
  • Fix how to install by @kno3a87 in #86
  • fix: log of CalculateCheckSum func by @s4s7 in #87

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

27 Sep 06:18
2675bfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

02 Jan 08:24
7116642
Compare
Choose a tag to compare

What's Changed

  • use bufio.Reader instead of bufio.Scanner by @0tarof in #79

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

10 Dec 10:10
604b4c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

28 Nov 07:03
f0712f8
Compare
Choose a tag to compare

fixed fatal error: concurrent map read and map write error.

v1.4.0

25 Sep 07:07
8b202af
Compare
Choose a tag to compare

new feature

  • find un-managed mock #61

bug fix

  • gomockhandler don't generate mocks when the user deletes a mock file manually #68

and other small improvements.

v1.3.2

15 Aug 13:37
98146ff
Compare
Choose a tag to compare
Fix: goodbye easyjson (#58)

v1.3.1

12 Jul 10:16
1c06f5b
Compare
Choose a tag to compare
Update README.md