| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksum.txt | 2026-09-09 | 603 Bytes | |
| mockery_3.8.0_Darwin_arm64.tar.gz | 2026-09-09 | 6.0 MB | |
| mockery_3.8.0_Darwin_x86_64.tar.gz | 2026-09-09 | 6.4 MB | |
| mockery_3.8.0_Linux_arm64.tar.gz | 2026-09-09 | 5.7 MB | |
| mockery_3.8.0_Linux_x86_64.tar.gz | 2026-09-09 | 6.3 MB | |
| mockery_3.8.0_Windows_arm64.tar.gz | 2026-09-09 | 5.8 MB | |
| mockery_3.8.0_Windows_x86_64.tar.gz | 2026-09-09 | 6.5 MB | |
| README.md | 2026-09-09 | 964 Bytes | |
| v3.8.0 source code.tar.gz | 2026-09-09 | 2.9 MB | |
| v3.8.0 source code.zip | 2026-09-09 | 3.0 MB | |
| Totals: 10 Items | 42.6 MB | 1 | |
What's Changed
- fix(docs): Clarify how to upgrade mockery with Go releases by @LandonTClipp in https://github.com/vektra/mockery/pull/1175
- fix: report unparsable
exclude-subpkg-regexinstead of panicking by @dylanpulver in https://github.com/vektra/mockery/pull/1178 - v3: add cpuprofile option by @ChrisJr404 in https://github.com/vektra/mockery/pull/1179
- feat: support embedded types in matryer mocks by @eliotee in https://github.com/vektra/mockery/pull/1184
- fix: mark testify mock constructors and cleanup as helpers by @eliotee in https://github.com/vektra/mockery/pull/1183
New Contributors
- @dylanpulver made their first contribution in https://github.com/vektra/mockery/pull/1178
- @ChrisJr404 made their first contribution in https://github.com/vektra/mockery/pull/1179
- @eliotee made their first contribution in https://github.com/vektra/mockery/pull/1184
Full Changelog: https://github.com/vektra/mockery/compare/v3.7.4...v3.8.0