Skip to content

v2.0.0

Compare
Choose a tag to compare
@lukastaegert lukastaegert released this 02 Nov 22:59
· 22 commits to master since this release

2.0.0 (2018-11-02)

Bug Fixes

  • package: add NOTICE file (0e36a1b)
  • package: change license to Apache 2.0 (e0250a7)
  • package: remove unnecessary dependency and test run (0667aae)

Features

  • package: rework API to better fit sinon (fbb27a7)

BREAKING CHANGES

  • package: Some methods have been changed or removed
  • Instead of getInstances(), use instances to access the array of instances.
  • Instead of getInstancesArgs(), use args to access the arguments used to create instances.
  • afterCreation() is now called withInit().
  • withMethods, withStubs: These methods have been removed in favour of using withInit(), which is much more powerful.
  • package: Please review if the license is still compatible with
    your code