Releases: vibridi/gomock
Releases · vibridi/gomock
v3.3.0
v3.2.1
v3.2.0
v3.1.2
v3.1.1
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