Skip to content

Releases: vektra/mockery

v2.40.1

12 Jan 22:58
4854efd
Compare
Choose a tag to compare

Changelog

  • d119c66 Add test that asserts mocks on variadic return functions are behaving correctly
  • b6625de Merge branch 'master' into nicovak/fix-707
  • 4854efd Merge pull request #719 from nicovak/nicovak/fix-707
  • a032aa0 fix: issue 707

v2.40.0

12 Jan 21:33
2502f52
Compare
Choose a tag to compare

Changelog

v2.39.2

09 Jan 22:40
138d507
Compare
Choose a tag to compare

Changelog

v2.39.1

20 Dec 17:46
b9df18e
Compare
Choose a tag to compare

Changelog

  • 5c62fda Add MongoDB as user of mockery
  • a199cfb Add clarification on internal error
  • 5254b81 Merge pull request #741 from LandonTClipp/clarification
  • b9df18e Merge pull request #742 from LandonTClipp/mongo

v2.39.0

19 Dec 22:07
4f9dc15
Compare
Choose a tag to compare

Changelog

  • b248492 Don't recurse into submodules on recursive: true
  • 4f9dc15 Merge pull request #740 from LandonTClipp/monorepo

v2.38.0

21 Nov 21:16
446e0bf
Compare
Choose a tag to compare

Changelog

  • 446e0bf Merge pull request #736 from mateusmarquezini/issue_729
  • 445f73c added new check for no return values
  • 8e778e0 created a new test to cover the new condition when the test panics #729
  • d0fa1f9 improvements after code review #729
  • 432134c improvements after code review #729

v2.37.1

15 Nov 16:18
c7a65e2
Compare
Choose a tag to compare

Changelog

  • c7a65e2 Merge pull request #734 from vektra/revert-731-walk-skips-modules
  • fa5b6cb Revert "Don't recurse into submodules"

v2.37.0

14 Nov 15:50
Compare
Choose a tag to compare

Changelog

  • fc10b9c Don't recurse into submodule
  • 0e27e93 Merge pull request #731 from devnev/walk-skips-modules
  • 0c5b6a4 add note in docs about go.mod skipping

v2.36.1

06 Nov 04:13
deb4860
Compare
Choose a tag to compare

Changelog

  • b648c23 Add additional test
  • 0310201 Add fix for showconfig command
  • d3515d1 Fix bug with sub-package inheritance
  • 77064ad Fix config bug where mockery crashes when package map is nil
  • 5978bc5 Fix test with config initialization
  • deb4860 Merge pull request #730 from LandonTClipp/issue_726
  • e86d230 Simplifying some config in interface copying code
  • 726d76c Update running.md
  • 2dd8f00 Use gotestsum for better testing output

v2.36.0

16 Oct 20:03
b919710
Compare
Choose a tag to compare

Changelog

  • 5d48467 Add exclude-regex to config
  • 25befa2 Cover error conditions in tests
  • b919710 Merge pull request #720 from kbolino/718-exclude-regex
  • e8ebf52 Refactor Config.ShouldGenerateInterface