Releases: sanposhiho/gomockhandler
Releases · sanposhiho/gomockhandler
v1.6.1
What's Changed
- Refactor: use MarshalIndent instead of Marshal and Indent by @hori-ryota in #93
- replace ioutil to os (Deprecated from Go 1.16) by @hori-ryota in #95
- Add final newline to gomockhandler config file by @hori-ryota in #94
New Contributors
- @hori-ryota made their first contribution in #93
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- support -typed option by @kazegusuri in #92
New Contributors
- @kazegusuri made their first contribution in #92
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
This release contains the change to make gomockhandler compatible with uber-go/[email protected]+.
What's Changed
Full Changelog: v1.4.5...v1.5.0
v1.4.5
What's Changed
- mention the uber fork instead of archived golang/mock by @sanposhiho in #85
- Fix how to install by @kno3a87 in #86
- fix: log of CalculateCheckSum func by @s4s7 in #87
New Contributors
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- fix(zombie): ignore mocks in vendor by @sanposhiho in #84
Full Changelog: v1.4.3...v1.4.4
v1.4.3
v1.4.2
What's Changed
- Fix error log when it fail to run mockgen by @sanposhiho in #77
Full Changelog: v1.4.1...v1.4.2
v1.4.1
fixed fatal error: concurrent map read and map write
error.