Releases: vektra/mockery
Releases · vektra/mockery
v3.3.6
What's Changed
- Separate release into reusable github action by @LandonTClipp in #1071
- Fix matryer template imports when outputting mock to different package than source by @chadwpetersen in #1061
- Fix issue in koanf v2.2.1 by @LandonTClipp in #1068
New Contributors
- @chadwpetersen made their first contribution in #1061
Full Changelog: v3.3.5...v3.3.6
v3.3.4
v3.3.2
What's Changed
- Fix anchors causing panics by @LandonTClipp in #1058
- Fix issue with relative
dir
values causing invalid in-package calculation by @LandonTClipp in #1059
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Fix issue when no value specified for variadic arg by @LandonTClipp in #1055
- Bump github.com/spf13/viper from 1.15.0 to 1.20.1 in /tools by @peczenyj in #1036
New Contributors
Full Changelog: v3.3.0...v3.3.1
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
goimports
from 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