Releases: TNG/sinon-helpers
Releases · TNG/sinon-helpers
v2.0.2
v2.0.1
v2.0.0
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()
, useinstances
to access the array of instances. - Instead of
getInstancesArgs()
, useargs
to access the arguments used to create instances. afterCreation()
is now calledwithInit()
.withMethods
,withStubs
: These methods have been removed in favour of usingwithInit()
, which is much more powerful.- package: Please review if the license is still compatible with
your code
v1.8.0
1.8.0 (2018-11-02)
Bug Fixes
- package: bump secondary dependencies (e05bce1)
- package: remove coverage and enforce minimum npm version (cef7a74)
- package: try to make semantic-release work again (13b1549)
- package: update dependencies (f25681c)
Features
- package: add prepare script for Github install (6363d3d)