Skip to content

3.0.0

Compare
Choose a tag to compare
@marchaos marchaos released this 16 Sep 21:38
· 27 commits to master since this release
  • Fixed performance issue for #97. This required a small API change, hence the major version bump. Deep mocking functions with properties is still possible using
mockDeep({ funcPropSupport: true });

however this comes with a recursive performance cost. We hope to address this in the future.