Releases: vektra/mockery
Releases · vektra/mockery
v2.17.0
v2.16.0
Changelog
- 3347e0d Add ability for mockery to search upwards for config file
- 6182e91 Add additional test for non-existent config file
- 847d988 Merge pull request #490 from meshuga/fix_packages
- 7402646 Merge pull request #527 from LandonTClipp/config_search
- 78f7ac3 Merge pull request #528 from LandonTClipp/docs
- 231d3d6 Updating logs
- c82f3c3 removed unused package import logic
- 81d4712 update documentation
v2.15.0
v2.14.1
Changelog
- 1361e94 Merge pull request #493 from CorentinClabaut/doc
- 546b334 Merge pull request #496 from ccoVeille/typos
- 94c17ff Merge pull request #511 from acln0/respect-dumb-terminal
- 178902b PR update
- 464ea71 Slightly improve documentation
- c60fce5 cmd: respect TERM=dumb by not using colors
- 4ca0450 fix typos and style in documentation, test and error reporting
v2.9.6
Changelog
- 1361e94 Merge pull request #493 from CorentinClabaut/doc
- 546b334 Merge pull request #496 from ccoVeille/typos
- 94c17ff Merge pull request #511 from acln0/respect-dumb-terminal
- 178902b PR update
- 464ea71 Slightly improve documentation
- c60fce5 cmd: respect TERM=dumb by not using colors
- 4ca0450 fix typos and style in documentation, test and error reporting
v2.14.0
Changelog
- 8582bd6 Add test for getLocalizedPath
- 686b90c Apply PR comments
- de0cade Merge pull request #474 from RSid/add-flag-documentation
- 1fa7d2f Merge pull request #480 from vektra/LandonTClipp-patch-1
- 4d1f925 Merge pull request #484 from LouisBrunner/fix_generics_with_expecter
- 519a84f Merge pull request #486 from abhinavnair/replace-ioutil
- 2ca0b83 Merge pull request #488 from vektra/getLocalizedPath_test
- cc82d49 Replace deprecated ioutil pkg with os & io
- a420307 Update README.md
- 4e4a96b Update issue template
- fa182fe add documentation to readme
- e4954a2 fix: add support for with-expecter when using generics
- ca9ddd4 update issue template
v2.13.1
v2.13.0
v2.13.0-beta.1
v2.13.0-beta.0
Changelog
- dc5539e Add support for generating mocks for generic interfaces
- 33c4bf3 Generics mocking fixes
- a727d70 Genrics support: rename and comment methods
- 4c0f6c8 Merge conflict resolution
- 46c61f0 Merge pull request #456 from cruickshankpg/mock-generic-interfaces
- ed55a47 Update x/tools to pick up fix for golang/go#51629