Skip to content

Releases: agiledragon/gomonkey

support private value method

21 Oct 16:25
Compare
Choose a tag to compare

go1.14 ok.
go1.15 ok.
go1.16 ok.
go1.17 not ok, maybe because Go is about to support generics, the basic data structure has changed to some extent, including the reflect package.

support private pointer method

18 Oct 15:51
Compare
Choose a tag to compare

go1.14 ok.
go1.15 ok.
go1.16 ok.
go1.17 not ok, maybe because Go is about to support generics, the basic data structure has changed to some extent, including the reflect package.

support arm64

17 Aug 13:37
Compare
Choose a tag to compare

Supported Platform

  • MAC OS X arm64
  • Linux arm64
  • Windows arm64

support go mod

16 Oct 15:40
Compare
Choose a tag to compare
v2.1.0

support go mod v2

fix sequence bug after GC

28 Jul 14:45
Compare
Choose a tag to compare

Relative Features:

  • support patches of a specified sequence for a function
  • support patches of a specified sequence for a member method
  • support patches of a specified sequence for a interface
  • support patches of a specified sequence for a function variable

for gomod

25 Dec 14:43
Compare
Choose a tag to compare

from vx.y to vx.y.z

main change points

20 Sep 15:27
8fa491f
Compare
Choose a tag to compare

New features

  • surpport Windows amd64
  • support a patch for a interface by reusing old API
  • support patches of a specified sequence for a interface by reusing old API

basic features are available

23 Sep 15:39
Compare
Choose a tag to compare

Features

  • support a patch for a function
  • support a patch for a member method
  • support a patch for a global variable
  • support a patch for a function variable
  • support patches of a specified sequence for a function
  • support patches of a specified sequence for a member method
  • support patches of a specified sequence for a function variable