Releases: bytedance/mockey
Releases · bytedance/mockey
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
v1.2.5-alpha.2
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
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
v1.2.3
What's Changed
- feat: support multi-condition mocking by @Sychorius in #23
Full Changelog: v1.2.2...v1.2.3
v1.2.2
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
v1.2.0
v1.1.1
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
v1.1.0
What's Changed
- feat: support unsafe mock by @ycydsxy in #8
- refactor: add previous mock line into re-mock panic information by @Sychorius in #11
- feat: support mocking struct functional filed by @Sychorius in #12
Full Changelog: v1.0.0...v1.1.0