Skip to content

Releases: vektra/mockery

v3.0.0-alpha.11

02 Jan 18:53
bd61701
Compare
Choose a tag to compare
v3.0.0-alpha.11 Pre-release
Pre-release

Changelog

v3.0.0-alpha.10

02 Jan 17:54
6fec063
Compare
Choose a tag to compare
v3.0.0-alpha.10 Pre-release
Pre-release

Changelog

  • a533471 Move registry/template to public, everything else to private
  • 6fec063 updates

v3.0.0-alpha.1

02 Jan 00:37
1a4332e
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Changelog

  • fe4ac46 Add ability to specify templates from arbitrary file.
  • 870a9f9 Add full .mockery.yaml file, fix a number of bugs.
  • de8b5c7 Adding expecter methods, still TODO
  • 3740344 Changes
  • 1a4332e Disable testing in CICD for now
  • fa9e22a Fix a number of bugs with templates
  • 3cb6c80 Fix imports of unsafe package
  • d416405 Fix issue with type aliases in moq
  • ce0236e Fix issues with in-package detection and name conflict resolution
  • a90446c Fix mockery.templ
  • 01b1072 Fixes for conflicting variable and package qualifiers
  • a87e944 Fixes to package qualifier conflicts.
  • 82d3313 Minimally working v3 implementation of moq
  • c7fd6ba More bug fixes to template
  • 1a26a55 Remove test for generic replace-types
  • 48c5c08 Set v3 tag
  • fce2e5c Start work on v3
  • 918307a Start working on mockery template.
  • ed244e4 Tons of additions and fixes.
  • b814a32 Tons of fixes
  • 749b072 Updates to name collision logic
  • f090448 Working on mockery mocks
  • 299d98f change import paths to v3
  • a6f23f1 fix CICD
  • 471d05e fix CICD again
  • f7a2709 fix edge case where test files have different package name
  • 4bbd9d2 fix to some tests
  • d0c31eb fix trigger
  • ca21e9a make announcement bar more red
  • 84d66f8 more fixes
  • 0839ae1 updates
  • 1f30801 updates
  • cabdc56 updates to docs
  • 8e4098d v3 doc CICD
  • 7ae8d3d various CICD fixes

v2.50.2

30 Dec 21:49
afe092f
Compare
Choose a tag to compare

Changelog

  • 6a54b28 Fix empty build tags adding a tags parameter (#874)
  • afe092f Update mockery-tools.env

v2.50.1

24 Dec 06:21
f6c261b
Compare
Choose a tag to compare

Changelog

v2.50.0

04 Dec 16:37
13d696b
Compare
Choose a tag to compare

Changelog

v2.49.2

03 Dec 16:44
7d8df22
Compare
Choose a tag to compare

Changelog

  • 3a3fb6e Add reusable Github action for testing (#855)
  • 715d9a3 Fix minor typos in parser debug logs (#858)
  • dc47fdb Fix(generator): run functions with empty return (#842)
  • 7d8df22 Update mockery-tools.env

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