Skip to content

Releases: bytedance/mockey

v1.2.5

04 Sep 03:12
15c9b82

Choose a tag to compare

What's Changed

  • doc: add documentation for To and When by @le0tan in #26
  • feat: suport generics mocking (need go1.18+) by @Sychorius in #28
  • refactor: rename OptionUnsafe&OptionGeneric to OptXxx by @Sychorius in #29
  • fix: check variadic function's cap before calling by @Sychorius in #30
  • fix: use x19 register(arm64) for BR instruction by @Sychorius in #33
  • fix: got wrong original function addr when generics params or returns… by @Sychorius in #35

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.5-alpha.3

14 Aug 03:27
3ffd172

Choose a tag to compare

v1.2.5-alpha.3 Pre-release
Pre-release

What's Changed

  • fix: use x19 register(arm64) for BR instruction by @Sychorius in #33

Full Changelog: v1.2.5-alpha.2...v1.2.5-alpha.3

v1.2.5-alpha.2

03 Aug 11:42
784cc5e

Choose a tag to compare

v1.2.5-alpha.2 Pre-release
Pre-release

What's Changed

  • fix: check variadic function's cap before calling by @Sychorius in #30

Full Changelog: v1.2.5-alpha...v1.2.5-alpha.2

v1.2.5-alpha

28 Jul 06:46
e4ac070

Choose a tag to compare

v1.2.5-alpha Pre-release
Pre-release

What's Changed

  • doc: add documentation for To and When by @le0tan in #26
  • feat: suport generics mocking (need go1.18+) by @Sychorius in #28
  • refactor: rename OptionUnsafe&OptionGeneric to OptXxx by @Sychorius in #29

New Contributors

Full Changelog: v1.2.4...v1.2.5-alpha

v1.2.4

30 May 04:04
d9d603e

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 May 06:06
b073d52

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

26 Apr 08:40
e48d000

Choose a tag to compare

What's Changed

  • fix: Origin(&ori) NOT works properly with struct methods by @Sychorius in #21

Full Changelog: v1.2.1...v1.2.2

v1.2.1

01 Mar 07:26
f53d249

Choose a tag to compare

fix panic when GetMethod on nested interface #19

v1.2.0

28 Feb 04:44
5e2623f

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

18 Jan 06:30
1c6c06a

Choose a tag to compare

What's Changed

  • fix: misusage of runtime.sysAlloc may lead to runtime failure in Go 1.19 by @Sychorius in #14

Full Changelog: v1.1.0...v1.1.1