Skip to content

Releases: vektra/mockery

v2.49.1

26 Nov 22:58
971ce32
Compare
Choose a tag to compare

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

20 Nov 23:21
a27cb03
Compare
Choose a tag to compare

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

19 Nov 06:18
3ae14ef
Compare
Choose a tag to compare

Changelog

  • 04c4dc1 Fix outpkg not being respected when inpackage: True.
  • 3ae14ef Merge pull request #846 from LandonTClipp/LandonTClipp/issue_845

v2.47.0

14 Nov 17:44
f6ecb44
Compare
Choose a tag to compare

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

14 Oct 02:21
4d3bfa7
Compare
Choose a tag to compare

Changelog

v2.46.2

02 Oct 15:36
0d1b1a2
Compare
Choose a tag to compare

Changelog

  • 87fdecc Merge pull request #819 from pieter-irsan/patch-1
  • 0d1b1a2 Merge pull request #821 from Link512/master
  • 2e2c85b check nillable property for type aliases as well
  • ce9adb6 docs: update typo in README.md

v2.46.1

28 Sep 02:28
afe04a5
Compare
Choose a tag to compare

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

v2.46.0

17 Sep 03:47
6423255
Compare
Choose a tag to compare

Changelog

  • 6423255 Merge pull request #807 from tobby-s/FEAT-configdir
  • 7c9f776 add documentation
  • 8fae460 propagate config file name into template

v2.45.1

09 Sep 15:21
2abbb49
Compare
Choose a tag to compare

Changelog

  • 1790d6a Bump Go v1.22 to v1.23 in Dockerfile
  • 38070f7 Merge pull request #812 from colega/patch-1
  • 2abbb49 Merge pull request #814 from khaifazil/patch-1
  • b2c2927 Update index.md: capitalize "Grafana"

v2.45.0

20 Aug 21:58
a03d1ff
Compare
Choose a tag to compare

Changelog

  • 56379c8 Add disable-func-mocks parameter
  • a03d1ff Merge pull request #809 from LandonTClipp/disable_func_mocks
  • 1e69719 updates