Skip to content

Tags: matryer/moq

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Generics support to -with-resets (#229)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use Go 1.23, support imported type aliases (#225)

Go 1.23 changed how go/types handles type aliases, which breaks code
generation if you use a package that has an alias type (example:
https://pkg.go.dev/github.com/golang/[email protected]/ptypes/timestamp#Timestamp
). These were getting generated as just the unqualified name, without
the package. If you used a previous version of Go, it meant that if that
aliased type was in an internal package we'd try to import the internal
package instead, resulting in a compilation error.

Add a switch to handle that case, and bump the go.mod version to support
using types.Alias.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go lang and tools version to support new constructs (#223)

- Bump golang ver => 1.22.5

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/tools {v0.3.0 => v0.17.0} (#211)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not load unnecessary package information (#203)

- Add benchmark test for registry.New

v0.3.2

Toggle v0.3.2's commit message
Release v0.3.2

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0

v0.2.7

Toggle v0.2.7's commit message
release tag.

v0.2.6

Toggle v0.2.6's commit message
release tag.