Recent Releases of https://github.com/bytedance/mockey
https://github.com/bytedance/mockey - v1.2.14
What's Changed
- fix: race on sequence by @Sychorius in https://github.com/bytedance/mockey/pull/76
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.13...v1.2.14
- Go
Published by Sychorius over 1 year ago
https://github.com/bytedance/mockey - v1.2.13
What's Changed
- Improved English documentation by @fratuz610 in https://github.com/bytedance/mockey/pull/69
- fix: upgrade dependencies & fix generics bug by @Sychorius in https://github.com/bytedance/mockey/pull/71
New Contributors
- @fratuz610 made their first contribution in https://github.com/bytedance/mockey/pull/69
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.12...v1.2.13
- Go
Published by Sychorius over 1 year ago
https://github.com/bytedance/mockey - v1.2.12
What's Changed
- fix: memory allocate in windows by @Sychorius in https://github.com/bytedance/mockey/pull/64
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.11...v1.2.12
- Go
Published by Sychorius over 1 year ago
https://github.com/bytedance/mockey - v1.2.11
What's Changed
- add more faq for go 1.23 by @lsqlebai in https://github.com/bytedance/mockey/pull/60
- feat: support go1.22&go1.23 by @Sychorius in https://github.com/bytedance/mockey/pull/61
New Contributors
- @lsqlebai made their first contribution in https://github.com/bytedance/mockey/pull/60
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.10...v1.2.11
- Go
Published by Sychorius almost 2 years ago
https://github.com/bytedance/mockey - v1.2.10
What's Changed
- fix: support -race for generic function mocks by @Sychorius in https://github.com/bytedance/mockey/pull/49
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.9...v1.2.10
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.9
What's Changed
- fix: panic when write code cross-page by @Sychorius in https://github.com/bytedance/mockey/pull/46
- feat: support private struct-method mock by @Sychorius in https://github.com/bytedance/mockey/pull/45
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.8...v1.2.9
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.8
What's Changed
- docs: change deprecated comments by @ycydsxy in https://github.com/bytedance/mockey/pull/44
- fix: wrong parameter value when using To/When on generic functions by @Sychorius in https://github.com/bytedance/mockey/pull/40
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.7...v1.2.8
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.7
What's Changed
- feat: check inlining and optimization when init mockey by @Sychorius in https://github.com/bytedance/mockey/pull/39
- fix: do not panic when user forget to add gcflags by @Sychorius in https://github.com/bytedance/mockey/pull/41
- docs: update readme —— modified sick sentences by @violin0847 in https://github.com/bytedance/mockey/pull/42
- feat: support get private member method by @smallchimney in https://github.com/bytedance/mockey/pull/36
- feat: support UnpatchAll by @Sychorius in https://github.com/bytedance/mockey/pull/43
New Contributors
- @violin0847 made their first contribution in https://github.com/bytedance/mockey/pull/42
- @smallchimney made their first contribution in https://github.com/bytedance/mockey/pull/36
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.6...v1.2.7
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.6
What's Changed
- feat: support go1.21 by @Sychorius in https://github.com/bytedance/mockey/pull/37
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.5...v1.2.6
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.5
What's Changed
- doc: add documentation for To and When by @le0tan in https://github.com/bytedance/mockey/pull/26
- feat: suport generics mocking (need go1.18+) by @Sychorius in https://github.com/bytedance/mockey/pull/28
- refactor: rename OptionUnsafe&OptionGeneric to OptXxx by @Sychorius in https://github.com/bytedance/mockey/pull/29
- fix: check variadic function's cap before calling by @Sychorius in https://github.com/bytedance/mockey/pull/30
- fix: use x19 register(arm64) for BR instruction by @Sychorius in https://github.com/bytedance/mockey/pull/33
- fix: got wrong original function addr when generics params or returns… by @Sychorius in https://github.com/bytedance/mockey/pull/35
New Contributors
- @le0tan made their first contribution in https://github.com/bytedance/mockey/pull/26
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.4...v1.2.5
- Go
Published by Sychorius over 2 years ago
https://github.com/bytedance/mockey - v1.2.5-alpha.3
What's Changed
- fix: use x19 register(arm64) for BR instruction by @Sychorius in https://github.com/bytedance/mockey/pull/33
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.5-alpha.2...v1.2.5-alpha.3
- Go
Published by Sychorius almost 3 years ago
https://github.com/bytedance/mockey - v1.2.5-alpha.2
What's Changed
- fix: check variadic function's cap before calling by @Sychorius in https://github.com/bytedance/mockey/pull/30
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.5-alpha...v1.2.5-alpha.2
- Go
Published by Sychorius almost 3 years ago
https://github.com/bytedance/mockey - v1.2.5-alpha
What's Changed
- doc: add documentation for To and When by @le0tan in https://github.com/bytedance/mockey/pull/26
- feat: suport generics mocking (need go1.18+) by @Sychorius in https://github.com/bytedance/mockey/pull/28
- refactor: rename OptionUnsafe&OptionGeneric to OptXxx by @Sychorius in https://github.com/bytedance/mockey/pull/29
New Contributors
- @le0tan made their first contribution in https://github.com/bytedance/mockey/pull/26
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.4...v1.2.5-alpha
- Go
Published by Sychorius almost 3 years ago
https://github.com/bytedance/mockey - v1.2.4
What's Changed
- feat: support sequence return by @Sychorius in https://github.com/bytedance/mockey/pull/25
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.3...v1.2.4
- Go
Published by Sychorius about 3 years ago
https://github.com/bytedance/mockey - v1.2.3
What's Changed
- feat: support multi-condition mocking by @Sychorius in https://github.com/bytedance/mockey/pull/23
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.2...v1.2.3
- Go
Published by Sychorius about 3 years ago
https://github.com/bytedance/mockey - v1.2.2
What's Changed
- fix: Origin(&ori) NOT works properly with struct methods by @Sychorius in https://github.com/bytedance/mockey/pull/21
Full Changelog: https://github.com/bytedance/mockey/compare/v1.2.1...v1.2.2
- Go
Published by Sychorius about 3 years ago
https://github.com/bytedance/mockey - v1.2.1
fix panic when GetMethod on nested interface #19
- Go
Published by Sychorius over 3 years ago
https://github.com/bytedance/mockey - v1.2.0
What's Changed
- feat: support arm64 linux by @ycydsxy in https://github.com/bytedance/mockey/pull/17
Full Changelog: https://github.com/bytedance/mockey/compare/v1.1.1...v1.2.0
- Go
Published by ycydsxy over 3 years ago
https://github.com/bytedance/mockey - v1.1.1
What's Changed
- fix: misusage of runtime.sysAlloc may lead to runtime failure in Go 1.19 by @Sychorius in https://github.com/bytedance/mockey/pull/14
Full Changelog: https://github.com/bytedance/mockey/compare/v1.1.0...v1.1.1
- Go
Published by Sychorius over 3 years ago
https://github.com/bytedance/mockey - v1.1.0
What's Changed
- feat: support unsafe mock by @ycydsxy in https://github.com/bytedance/mockey/pull/8
- refactor: add previous mock line into re-mock panic information by @Sychorius in https://github.com/bytedance/mockey/pull/11
- feat: support mocking struct functional filed by @Sychorius in https://github.com/bytedance/mockey/pull/12
Full Changelog: https://github.com/bytedance/mockey/compare/v1.0.0...v1.1.0
- Go
Published by ycydsxy over 3 years ago
https://github.com/bytedance/mockey - v1.0.0
What's Changed
- docs: update readme by @ycydsxy in https://github.com/bytedance/mockey/pull/2
- fix: unPatch panic when MockValue on nil interface by @Sychorius in https://github.com/bytedance/mockey/pull/6
- ci: modify ci config by @ycydsxy in https://github.com/bytedance/mockey/pull/9
- refactor: pass all ci tests by @ycydsxy in https://github.com/bytedance/mockey/pull/10
New Contributors
- @Sychorius made their first contribution in https://github.com/bytedance/mockey/pull/6
Full Changelog: https://github.com/bytedance/mockey/compare/v1.0.0-rc.0...v1.0.0
- Go
Published by ycydsxy over 3 years ago
https://github.com/bytedance/mockey - v1.0.0-rc.0
What's Changed
- chore: append initial files by @ycydsxy in https://github.com/bytedance/mockey/pull/1
New Contributors
- @ycydsxy made their first contribution in https://github.com/bytedance/mockey/pull/1
Full Changelog: https://github.com/bytedance/mockey/commits/v1.0.0-rc.0
- Go
Published by ycydsxy over 3 years ago