Skip to content

Releases: vibridi/gomock

v3.3.0

30 May 10:03
Compare
Choose a tag to compare

v3.3.0 / 2024-05-30

  • Add -d option to disambiguate withFunc identifiers

v3.2.1

03 May 11:37
Compare
Choose a tag to compare

v3.2.1 / 2024-05-03

  • Fix module path when setting VERSION and GOVERSION via ldflags in Makefile
  • Add goreport.com badge

v3.2.0

23 Feb 03:47
Compare
Choose a tag to compare

v3.2.0 / 2024-02-23

  • Remove install target, locally it's possible to install just with 'go install'
  • Add --utype flag to map named types to underlying types via CLI
  • Upgrade required Go version to 1.22.0

v3.1.2

21 Sep 08:38
Compare
Choose a tag to compare

v3.1.2 / 2023-09-21

  • Upgrade Go version to 1.21.1 (fixes #10)

v3.1.1

27 Jul 07:06
Compare
Choose a tag to compare

v3.1.1 / 2023-07-24

  • Add status notice to README
  • Upgrade libraries

includes also major changes from v3.0.0 / 2020-06-07

  • Create go.yml
  • Update Readme with breaking changes from v2
  • Add 'name' option to override the name of the interface
  • Invert '-q' flag. Qualify with package name by default, and require specific flag to opt out instead. Assumption is that you don't need mocks within their own package.
  • Improve usage tip, title and flag help messages
  • Allow short options (one dash followed by N options)
  • Remove implemented unnamed params TODO from Readme