We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b5dc7 commit bb5901fCopy full SHA for bb5901f
CHANGELOG.md
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## 0.2.0 (06 Jul 2023)
7
+### Added
8
+- `Controller.Satisfied` that lets you check whether all expected calls
9
+ bound to a Controller have been satisfied.
10
+- `NewController` now takes optional `ControllerOption` parameter.
11
+- `WithOverridableExpectations` is a `ControllerOption` that configures
12
+ Controller to override existing expectations upon a new EXPECT().
13
+- `-typed` flag for generating type-safe methods in the generated mock.
14
+
15
## 0.1.0 (29 Jun 2023)
16
17
This is a minor version that mirrors the original golang/mock
0 commit comments