Releases: vektra/mockery
Releases · vektra/mockery
v2.46.2
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
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
Changelog
- 6423255 Merge pull request #807 from tobby-s/FEAT-configdir
- 7c9f776 add documentation
- 8fae460 propagate config file name into template
v2.45.1
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
Changelog
- 56379c8 Add disable-func-mocks parameter
- a03d1ff Merge pull request #809 from LandonTClipp/disable_func_mocks
- 1e69719 updates
v2.44.2
Changelog
- 4bee898 Ensure generated imports doesn't start with digit
- 910874a Merge pull request #806 from leitzler/master
v2.44.1
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
Changelog
- 4544845 Fix an issue with using exclude on windows
- 5a3e47a Merge pull request #780 from iangregsondev/debugging
v2.43.1
Changelog
- 2065d36 Update migrating_to_packages.md