Releases: matryer/moq
Releases · matryer/moq
v0.5.1
What's Changed
- Add Generics support to -with-resets by @andrewradamis-vividseats in #229
New Contributors
- @andrewradamis-vividseats made their first contribution in #229
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Use Go 1.23, support imported type aliases by @reillywatson in #225
New Contributors
- @reillywatson made their first contribution in #225
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- .github/test.yml: Run tests on latest supported Go versions by @HaraldNordgren in #220
- Fix docs typo by @katcipis in #219
- Fix GitHub check annotations by @HaraldNordgren in #221
- Update Golang and tools version for new language idioms by @arkadiuszos4chain in #223
New Contributors
- @katcipis made their first contribution in #219
- @arkadiuszos4chain made their first contribution in #223
Full Changelog: v0.3.4...v0.4.0
v0.3.4
v0.3.3
What's Changed
- Do not load unnecessary package information by @samherrmann in #203
New Contributors
- @samherrmann made their first contribution in #203
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
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.