Skip to content

Releases: kelveny/mockcompose

v0.1.14

03 Aug 22:01
Compare
Choose a tag to compare

Changelog

53885c8 Fine tune and README.md update

v0.1.13

02 Aug 04:10
Compare
Choose a tag to compare

Changelog

7d0acbe Dedupe mocking peer methods during code generation when configured with multiple cloning methods

v0.1.12

31 Jul 15:25
Compare
Choose a tag to compare

Changelog

b2b44ee Cleanup fixes and doc update
6d3d3d1 Refactor to prepare for adding function cloning support
fe8cd2b Support cloning of ordinary function with auto-mocked callees
9dfc40d Update test cases

v0.1.11

30 Jul 04:35
Compare
Choose a tag to compare

Changelog

06c86b1 Support auto mocking for method functions
cee9b56 add callee detection, prepare to add support of mocking a full enclosure of a method/function
a879e47 bump lower bound Go version to 1.20, add support to automatically mock peer callee methods
1521727 update README.md

v0.1.10

17 Jun 13:30
Compare
Choose a tag to compare

Changelog

a487041 Remove empty comment lines in header
2498b38 Update .gitignore, add data racing validation test
b9dd1f1 Update README.md
37c8151 Update README.md for better usage guidence

v0.1.9

06 Jul 03:23
Compare
Choose a tag to compare

Changelog

f779796 Support mocking functions and interfaces that use data types defined in their host package

v0.1.8

16 Jun 13:12
Compare
Choose a tag to compare

Changelog

67495bd Deprecate GOROOT/GOPATH anchoring when deriving package name
1fe0cc1 Fine tune FAQ answer

v0.1.7

05 Jun 15:05
Compare
Choose a tag to compare

Changelog

5be5a30 Add YAML configuration support
fafb07f Add support to clone functions with overrides
229c058 Update README.md with FAQ

v0.1.6

22 May 23:30
Compare
Choose a tag to compare

Changelog

cf2c1f9 Add AST based mocking generation helpers
24c7db9 Add a simple logging facility to split verbose/non-verbose logging
23df0f5 Fine tune README.md
08a35e3 Fix code generation issues when parameter and return fileds have same type but with comma separated names
dc37b70 Implement mocking code generation for Go classes, interfaces and functions
4d28e7f Merge pull request #1 from kelveny/selfmock