Skip to content

Latest commit

 

History

History
122 lines (73 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

122 lines (73 loc) · 4.73 KB

Changelog

Nothing yet!

v2.0.1 - 2024-03-04

  • Changed name of module to github.com/derision-test/go-mockgen/v2.
  • Updated module to Go 1.22. #52

v2.0.0 - 2024-03-04

PULLED, as module name was not updated properly.

v1.3.7 - 2022-11-11

  • Fixed import cycle generated by generic param referencing local type. #39

v1.3.6 - 2022-10-26

  • Config file loading now disambiguates interfaces with the same names in multiple search packages. #36

v1.3.5 - 2022-10-26

  • No updates.

v1.3.4 - 2022-08-11

  • Added NeedDeps mode to package loader (prevents fatal log from within golang.org/x/tools/go/packages in some circumstances). 3ae60a2

v1.3.3 - 2022-06-09

  • Added support for include-config-paths in config file. #35

v1.3.2 - 2022-06-09

Added

  • Added support for sources in config file. #33

Fixed

  • Fixed broken import-path flag. #34

v1.3.1 - 2022-06-06

  • Added --file-prefix flag. #32

v1.3.0 - 2022-06-06

Added

  • Added support for configuration files. #31
  • Added --constructor-prefix flag. #28

v1.2.0 - 2022-03-28

Changed

  • Fixed generation of code with inline interface definitions. #23
  • Added basic support for generic interfaces - now requires Go 1.18 or above. #20

[v1.1.5] - 2022-04-08

Changed

  • Updated x/tools for Go 1.18 support. #22

v1.1.4 - 2022-02-01

Changed

  • Fixed generation for nested package on Windows. #19
  • Fixed support for array types in method signatures. #21

v1.1.3 - 2022-02-21

Added

  • Added --exclude/-e flag to support exclusion of target interfaces. #13
  • Added --for-test flag. #14
  • Added NewStrictMockX constructor. #16

v1.1.2 - 2021-06-14

No significant changes (only corrected version output).

v1.1.1 - 2021-06-14

Added

v1.0.0 - 2021-06-14

Added

  • Added support for testify assertions. #3, #8

Changed