Releases: vektra/mockery
Releases · vektra/mockery
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-expecter
in migrate command by @LandonTClipp in #1002 - Change
force-file-write
default 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.GenDecl
and*ast.TypeSpec
comments totemplate.Interface
by @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
v3.0.1
What's Changed
- Fixing the v3 docs configuration by @LandonTClipp in #986
- v3: Fix
mockery init
failing by @LandonTClipp in #994
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- v3: Update docs and release for v3 GA. by @LandonTClipp in #985
Full Changelog: v3.0.0-beta.11...v3.0.0
v3.0.0-beta.11
What's Changed
- v3: Minor docs fix by @LandonTClipp in #979
- v3: Specify methods which are not meant to be used by templates. by @LandonTClipp in #980
- v3: docs update by @LandonTClipp in #982
- Change require-template-schema-exists to be a simple enable/disablement by @LandonTClipp in #983
Full Changelog: v3.0.0-beta.10...v3.0.0-beta.11
v3.0.0-beta.10
What's Changed
- v3: Lots of API cleanup, renaming, and cohesion changes by @LandonTClipp in #977
Full Changelog: v3.0.0-beta.9...v3.0.0-beta.10