Skip to content

Releases: tkrop/go-testing

v0.2.0

20 May 15:50
285b183

Choose a tag to compare

This release is cleaning up the mocks.Diff/mocks.Equal setup concept removing the before to complex config approach. The default DiffConfig is now updated using SetArg(mock.DefaultDiffConfigName, config) replacing the previous mocks.Config(ConfigFunc...) pattern. To simplify configuration, DiffConfig now supports a fluent update interface.

Besides, the pull request is improving code quality and the documentation.

Initial public release

19 May 18:22
929aa9a

Choose a tag to compare

Lets make a first release.