Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: jmhodges/bazel_gomock

v1.2

13 Jan 22:09
Compare
Choose a tag to compare

Removes the interfaces argument when source mode is on, as gomock doesn't use that flag in that mode. Cleans up a trailing comma in some of the code.

v1.1

02 Nov 01:07
2a80770
Compare
Choose a tag to compare

This release adds support for gomock's mock_names, imports, self_package, and copyright_file arguments in both reflect and source mode. It also adds support for gomock's aux_files argument in source mode.

See the README for more information on those arguments.

We also pass the visibility parameter used by bazel down to our generated targets.

v1.0

29 Aug 20:50
a371ff4
Compare
Choose a tag to compare

Updated to work with bazel 0.28.1 and rules_go 0.19.3

v0.5

28 Aug 01:51
Compare
Choose a tag to compare

The first relatively stable release.