Releases: vektra/mockery
Releases · vektra/mockery
v3.3.0
What's Changed
- Fix uppercase generic type parameters by @fen4o in #1022
- Add parameter type to EXPECT method doc comments. by @LandonTClipp in #1034
- Fix missing dependency by running go mod tidy by @miner46er in #1045
- Fix issue with nil in
.Run()causing panic by @LandonTClipp in #1043 - Fix unroll-variadic default in v3 migration by @LandonTClipp in #1054
New Contributors
- @fen4o made their first contribution in #1022
- @miner46er made their first contribution in #1045
Full Changelog: v3.2.5...v3.3.0
v2.53.4
What's Changed
- v2: Add k8s as user of mockery by @LandonTClipp in #965
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /tools by @dependabot in #947
- v2: Update release and docs for v3 GA by @LandonTClipp in #984
- Fix CICD for master->v2 branch rename. by @LandonTClipp in #996
- Fix v2 docs javascript for installation command by @LandonTClipp in #1040
- v2: Fix go.work.sum for tagging command by @LandonTClipp in #1050
Full Changelog: v2.53.3...v2.53.4
v3.2.5
What's Changed
- Disable
goimportsfrom messing with imports by @LandonTClipp in #1032 - Fix mockery reading auto-generated files by @LandonTClipp in #1029
Full Changelog: v3.2.4...v3.2.5
v3.2.4
What's Changed
- Recursive package generation regex fix by @LandonTClipp in #1026
- Fix variadic parameter handling in
.EXPECT().Run()by @LandonTClipp in #1027 - Fix unknown
MOCKERY_env vars causing panics by @LandonTClipp in #1028
Full Changelog: v3.2.3...v3.2.4
v3.2.3
What's Changed
- Mention PackageName template variable deprecation by @thejan2009 in #1018
New Contributors
- @thejan2009 made their first contribution in #1018
Full Changelog: v3.2.2...v3.2.3
v3.2.2
What's Changed
- Fix issue with scope lookup returning nil by @LandonTClipp in #1010
- Fix variadic mock generation when
unroll-variadic: false. by @LandonTClipp in #1011
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Fix invalid generation when variadic has no return values by @LandonTClipp in #1007
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Fix
with-expecterin migrate command by @LandonTClipp in #1002 - Change
force-file-writedefault to betrue. by @LandonTClipp in #1003 - Fix issue with variadic arguments from return function provider by @LandonTClipp in #1004
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools by @dependabot in #1005
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /tools by @dependabot in #1006
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- v3: Build release with latest stable Go version by @LandonTClipp in #998
- v3: Add
*ast.GenDecland*ast.TypeSpeccomments totemplate.Interfaceby @LandonTClipp in #999
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- v3: Fix constructor name not respecting exported-ness by @LandonTClipp in #995
Full Changelog: v3.0.1...v3.0.2