Skip to content

Releases: bytedance/mockey

v1.2.5-alpha

28 Jul 06:46
e4ac070
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.2.3

22 May 06:06
b073d52
Compare
Choose a tag to compare

What's Changed

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

v1.2.2

26 Apr 08:40
e48d000
Compare
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
Compare
Choose a tag to compare

fix panic when GetMethod on nested interface #19

v1.2.0

28 Feb 04:44
5e2623f
Compare
Choose a tag to compare

What's Changed

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

v1.1.1

18 Jan 06:30
1c6c06a
Compare
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

v1.1.0

17 Jan 07:43
2344cac
Compare
Choose a tag to compare

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

v1.0.0

29 Dec 04:08
56e41c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.0...v1.0.0

v1.0.0-rc.0

28 Sep 04:52
b594b35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/bytedance/mockey/commits/v1.0.0-rc.0