Moq Versions Save

Interface mocking tool for go generate

v0.3.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/matryer/moq/compare/v0.3.3...v0.3.4

v0.3.3

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/matryer/moq/compare/v0.3.2...v0.3.3

v0.3.2

10 months ago

Changelog

  • 3795b74 Add imports for Named Type's type arguments (#199)
  • 188eb89 Run tests for main branch on CI
  • 3b9c671 Update installation instructions (#196)
  • 13fb492 Update the readme with -rm and -version flags (#189)
  • 373b8f9 Update usage documentation (#197)

v0.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/matryer/moq/compare/v0.3.0...v0.3.1

v0.3.0

1 year ago

Changelog

  • e85ff8e Add goreleaser github action (#174)
  • 60a16ec Go version independent moq output with consistent whitespace
  • a464ccc Recursively check unique pkg names against existing imports (#186)
  • 812da66 Test on Go 1.{18, 19}
  • 13aa048 feat: support generic interface generation (#175)

BREAKING CHANGE

Needs Go 1.18 or newer for building from source. Pre-compiled binaries can still be used independent of the Go version installed.

v0.2.7

2 years ago

Changelog

  • 903a66f Added packages.NeedDeps bit to packages.LoadMode to fix error (#171)
  • c012671 ignore ds store

v0.2.6

2 years ago

Changelog

  • 5d3d962 fix: bump xtools to 0.1.9 to support go 1.18 (#167)

v0.2.5

2 years ago

Changelog

514e306 Fix issue with custom types shadowing basic types (#163)

v0.2.4

2 years ago

Changelog

ef8b268 Universal binaries for macOS (#159)

v0.2.3

2 years ago

Changelog

ab5b7bc Add -rm flag to remove target output file (#151)