Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 12:33
· 9 commits to master since this release
6506db3

Pretend v1.0.0

Closed issues:

  • apply failed with functions having unnamed arguments (#1)
  • support anonymous functions (#3)
  • Keyword args splatting issue (#4)
  • Unable to patch when keyword argument exists (#5)
  • Kwargs are not being passed when calling the patch function (#7)
  • Patch store lookup is broken with splatted args (#8)

Merged pull requests:

  • Add support to mock thirdparty methods (#2) (@tk3369)
  • ✨ Handle splatting in args and kwargs (#6) (@tk3369)
  • ✨ Pass kwargs to patch function (#9) (@tk3369)
  • ✨ Support functions with slurp argument (#10) (@tk3369)
  • ✨ Support unnamed args (#11) (@tk3369)
  • Refactor code (#12) (@tk3369)
  • ✨ Add support for anonymous functions (#13) (@tk3369)