Releases: bytedance/mockey
Releases · bytedance/mockey
v1.2.13
What's Changed
- Improved English documentation by @fratuz610 in #69
- fix: upgrade dependencies & fix generics bug by @Sychorius in #71
New Contributors
- @fratuz610 made their first contribution in #69
Full Changelog: v1.2.12...v1.2.13
v1.2.12
What's Changed
- fix: memory allocate in windows by @Sychorius in #64
Full Changelog: v1.2.11...v1.2.12
v1.2.11
v1.2.10
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
What's Changed
- fix: panic when write code cross-page by @Sychorius in #46
- feat: support private struct-method mock by @Sychorius in #45
Full Changelog: v1.2.8...v1.2.9
v1.2.8
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
What's Changed
- feat: check inlining and optimization when init mockey by @Sychorius in #39
- fix: do not panic when user forget to add gcflags by @Sychorius in #41
- docs: update readme —— modified sick sentences by @violin0847 in #42
- feat: support get private member method by @smallchimney in #36
- feat: support UnpatchAll by @Sychorius in #43
New Contributors
- @violin0847 made their first contribution in #42
- @smallchimney made their first contribution in #36
Full Changelog: v1.2.6...v1.2.7
v1.2.6
v1.2.5
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
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