Skip to content

Releases: vektra/mockery

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

v2.44.2

16 Aug 18:14
910874a
Compare
Choose a tag to compare

Changelog

  • 4bee898 Ensure generated imports doesn't start with digit
  • 910874a Merge pull request #806 from leitzler/master

v2.44.1

02 Aug 04:49
c6d2a9e
Compare
Choose a tag to compare

Changelog

  • c6d2a9e Fix release workflow
  • Fixes #769 : Mock files getting created in disk when dry-run is enabled by @snopan in #789
  • chore: fix typos and style by @ccoVeille in #794
  • Allow types defined as instantiated generic interfaces to generate mocks by @LandonTClipp in #790

v2.43.2

28 May 15:11
5a3e47a
Compare
Choose a tag to compare

Changelog

  • 4544845 Fix an issue with using exclude on windows
  • 5a3e47a Merge pull request #780 from iangregsondev/debugging

v2.43.1

16 May 15:18
2065d36
Compare
Choose a tag to compare

Changelog

  • 2065d36 Update migrating_to_packages.md

v2.43.0

29 Apr 20:00
0229bd4
Compare
Choose a tag to compare

Changelog

v2.42.3

20 Apr 05:31
b1c5f6e
Compare
Choose a tag to compare

Changelog

  • 9b4107f Fix bug when last argument is a function with multiple return values
  • b1c5f6e Merge pull request #774 from LandonTClipp/issue_766
  • adedaa2 Update codecov.yml
  • a382dd5 remove unnecessary config