Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit bb5901f

Browse files
authored
Release v0.2.0 (#28)
1 parent b9b5dc7 commit bb5901f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

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+
615
## 0.1.0 (29 Jun 2023)
716

817
This is a minor version that mirrors the original golang/mock

0 commit comments

Comments
 (0)