Releases: vektra/mockery
Releases · vektra/mockery
v3.6.1
What's Changed
- Add logs/docs that aid in confusion around auto-generated files by @LandonTClipp in #1128
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
- Fix autogenerated code detection by @rethil in #1121
- Add support for overriding configuration through comments on interfaces by @paivagustavo in #1105
New Contributors
Full Changelog: v3.5.5...v3.6.0
Misc
This release fixes a bug in auto-generated code detection. If mockery fails to generate mocks for auto-generated files that it previously had, please use include-auto-generated: true in your config.
v3.5.5
What's Changed
- Bump github.com/go-viper/mapstructure/v2 to v2.4.0 to address security concerns by @RainbowMango in #1115
- Fix go.work.sum breaking release by @LandonTClipp in #1116
Full Changelog: v3.5.4...v3.5.5
v3.5.4
What's Changed
- Remove duplicate config initialize by @paivagustavo in #1106
- fix: yaml invalid by @dvordrova in #1111
- Output boilerplate first by @skitt in #1096
New Contributors
- @paivagustavo made their first contribution in #1106
- @dvordrova made their first contribution in #1111
- @skitt made their first contribution in #1096
Full Changelog: v3.5.3...v3.5.4
v2.53.5
What's Changed
- Support Go 1.25 in mockery v2 by @LandonTClipp in #1109
Full Changelog: v2.53.4...v2.53.5
v3.5.3
v3.5.2
What's Changed
- Fix bug with replace-type not working with pointers by @LandonTClipp in #1099
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #1081
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
- Add
inpackageflag to override in-package detection logic by @LandonTClipp in #1077 - Add
include-auto-generatedconfig option by @LandonTClipp in #1079 - Fix issue with rendering multiple templates from same interface by @LandonTClipp in #1080
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Fix issue with type alias to interface not being generated by @LandonTClipp in #1074
Full Changelog: v3.3.6...v3.4.0