Releases: vektra/mockery
Releases · vektra/mockery
v2.49.1
Changelog
- 8da7022 Add deprecation warning for
with-expecter
. - 63a14b5 Add tagging Github action
- 314381f Docs: Make deprecations clearer
- 55e1e90 Docs: Simplify/modernize index page
- 3cef7fd Fix bug with type aliases to structs
- cba8aa0 Fix dirty git state caused by built tool
- 5c75177 Fix tag action
- 37383a4 Merge pull request #849 from LandonTClipp/LandonTClipp/tagging
- 88830e8 Merge pull request #850 from LandonTClipp/LandonTClipp/deprecation_docs
- bc56391 Merge pull request #851 from LandonTClipp/LandonTClipp/expecter
- 773408f Merge pull request #853 from LandonTClipp/LandonTClipp/bugfix
- 971ce32 Merge pull request #854 from LandonTClipp/master
- b1145cb bump debug
- 198df07 formatting
v2.49.0
Changelog
- 13fc607 Add
resolve-type-alias
parameter - a27cb03 Merge pull request #843 from LandonTClipp/LandonTClipp/issue_839
NOTE
In this release, mockery will resolve aliases down to their underlying type in order to maintain backwards compatibility. Please see the deprecations page for details on why this change was introduced and how to configure mockery to not resolve type aliases.
v2.48.0
v2.47.0
Changelog
- f48ddc0 Enable gofumpt linter and cleanup formatting
- c9614e7 Fix unreachable links in docs
- 97ba6f2 Fix(recursive): use packages.Load support for recursive search instead of manual - Fix(Parsepackages): Ignore packages with no Go files
- 01a68ea Merge pull request #825 from alexandear/refactor/yaml.v3
- 4ce1908 Merge pull request #826 from alexandear/github-update-pr-template
- e9539f2 Merge pull request #827 from alexandear/docs/replace-godoc-pkg-go-dev
- 08deb2d Merge pull request #828 from alexandear/refactor/enable-gofumpt
- 146f48b Merge pull request #829 from alexandear/refactor/redundant-var-decl
- 33886a9 Merge pull request #830 from alexandear/docs/fix-links
- f9da2b6 Merge pull request #831 from alexandear/refactor/test-asserts
- f1e8da9 Merge pull request #833 from alexandear/refactor/simplify-parse-config-templates
- 5a0ad1c Merge pull request #834 from alexandear/refactor/dont-use-underscores
- f6ecb44 Merge pull request #835 from jfragosoperez/fix/support-for-interface-typed-params
- 057cf5e Merge pull request #838 from sonalys/fix/recursive
- f66028a Refactor test asserts
- a79c303 Refactor to avoid undersore in var names
- 7ea7946 Refactor to use only gopkg.in/yaml.v3
- 6f99c60 Remove redundant variable declarations
- 86ae19b Replace godoc.org with pkg.go.dev
- e314ba8 Simplify parseConfigTemplates implementation
- d374c68 Update Go versions in GitHub PR template
- 6c7fb6b fix(generator): support nil returns when using interface typed params
v2.46.3
v2.46.2
v2.46.1
Changelog
- afe04a5 Merge pull request #808 from RangelReale/fix-go123-aliastype
- 720caa9 Undo go:build statements, make code a little DRY
- cf26d69 Update to go1.23
- c05a755 remove Go 1.23 testing
- 6f7960f support types.Alias
- 42d905a support types.Alias
- 66dba08 support types.Alias
- e4b095f upgrade go task
- ea36ecc upgrade golangci-lint and add Go 1.23 to CI test