Releases: matryer/moq
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
2ae606f Internal registry for disambiguated imports, vars (#141)
98d503a Removed credit line given major contributrions
Breaking change
When the interface definition does not mention the parameter names, the field names in call info anonymous struct will be
different.
The new field names are generated using the type info (string -> s, int -> n, chan int -> intCh, []MyType -> myTypes, map[string]int -> stringToInt etc.).
For example, for a string parameter previously if the field name was 'In1', the new field could be 'S' or 'S1' (depends on number of string method parameters).
v0.1.6
⚠️ Caution
This release has breaking changes and the version should have been v0.2.0. It is recommended to use either v0.1.7 or v0.2.0.
v0.1.7 drops the breaking change and is backwards-compatible. v0.2.0 is identical to v0.1.6.
Changelog
b052143 Fix gosec vulnerabilities: file and directory permissions (#142)
2ae606f Internal registry for disambiguated imports, vars (#141)
98d503a Removed credit line given major contributrions