Skip to content

Releases: bytedance/mockey

v1.2.12

03 Sep 06:36
07cb384
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.11...v1.2.12

v1.2.11

20 Aug 11:34
69f3314
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.10...v1.2.11

v1.2.10

17 Jan 02:56
a60edcc
Compare
Choose a tag to compare

What's Changed

  • fix: support -race for generic function mocks by @Sychorius in #49

Full Changelog: v1.2.9...v1.2.10

v1.2.9

30 Oct 02:40
1df46d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

23 Oct 12:07
58ee2a5
Compare
Choose a tag to compare

What's Changed

  • docs: change deprecated comments by @ycydsxy in #44
  • fix: wrong parameter value when using To/When on generic functions by @Sychorius in #40

Full Changelog: v1.2.7...v1.2.8

v1.2.7

19 Oct 06:24
01cec8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.2.6

18 Sep 08:14
7eec163
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

04 Sep 03:12
15c9b82
Compare
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
Compare
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
Compare
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