Releases: nicheinc/mock
Releases · nicheinc/mock
v0.2.3: Fix incorrect renaming of versioned packages
What's Changed
- Fix incorrect renaming of versioned packages by @jonathansharman in #11
Full Changelog: v0.2.2...v0.2.3
v0.2.2: Fixes for embedded methods and package name conflicts
What's Changed
- Don't include doubly-embedded methods more than once by @jonathansharman in #9
- Automatically resolve package name collisions in mock files by @jonathansharman in #10
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0: New execution mode with improved performance and ergonomics
What's Changed
- Support go:mock annotations to mock all interfaces in one call by @jonathansharman in #6
Full Changelog: v0.1.0...v0.2.0
v0.1.0: Initial release
What's Changed
- Stabilize embedded method ordering by @jonathansharman in #1
- Update dependencies by @jonathansharman in #2
- Update template to allow mock to take testing.T by @dzbee in #3
- Support mock generation for generic interfaces by @jonathansharman in #4
- Update to Go 1.24 by @jonathansharman in #5
New Contributors
- @jonathansharman made their first contribution in #1
- @dzbee made their first contribution in #3
Full Changelog: https://github.com/nicheinc/mock/commits/v0.1.0