Skip to content

Commit

Permalink
more doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 2, 2025
1 parent d3ac6fe commit 726989a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Mockery releases version 3 of the project that provides a number of high-profile
1. Allows generation of [`moq`](template-moq.md)-style templates. The https://github.com/matryer/moq project is being folded into mockery to combine the speed and configuration flexibility of mockery with the simplicity of moq-style mocks.
2. Changes the generation scheme to be entirely driven off of Go templates. This means that the data provided to templates is considered as part of the public API.
3. Mockery now allows users to specify their own templates to make code generation far easier. Mockery handles the problem of parsing source code and enables you to focus on creating [your own interface implementations](templates.md#template-file).
4. Shedding all deprecated variables and simplifying the way in which mocks are configured.

## v2 Migration

Expand Down

0 comments on commit 726989a

Please sign in to comment.