Skip to content

Releases: razzie/mock

v1.5.0

22 Jan 20:20
Compare
Choose a tag to compare
  • Added caching for T
  • Using a scratch register to calculate call address on amd64

v1.4.0

20 Jan 20:02
Compare
Choose a tag to compare

Automatic conversion of return values to the correct type (thus avoiding panics)

v1.3.0

19 Jan 23:35
Compare
Choose a tag to compare

Major internal refactor, but unchanged public API

The Go compiler and runtime takes special care of functions created by reflect.MakeFunc, so the new version of the package is built around that functionality.

v1.2.1

15 Jan 19:12
Compare
Choose a tag to compare
  • Changed mock.Anything from var to const
  • Added comments for public API

v1.2.0

13 Jan 20:20
Compare
Choose a tag to compare
  • Removed golang.org/x/exp dependency
  • Added experimental arm64 support
  • Made mock.Anything available in this package too

v1.1.0

12 Jan 18:01
Compare
Choose a tag to compare
  • Added Go 1.23 support
  • Removed github.com/goplus/reflectx dependency

v1.0.0

06 Jan 22:47
Compare
Choose a tag to compare

Initial release