Skip to content

Releases: achingbrain/sinon-ts

v2.0.0

01 Nov 16:43
Compare
Choose a tag to compare

2.0.0 (2023-11-01)

⚠ BREAKING CHANGES

  • method map values must now be wrapped in Sinon.stub().returns()

Features

  • support stubbed properties as well as methods (#12) (42413b2)

v1.0.2

01 Nov 15:58
Compare
Choose a tag to compare

1.0.2 (2023-11-01)

Dependencies

  • dev: bump sinon from 14.0.2 to 17.0.1 (#11) (7e668b2)

v1.0.1

01 Nov 15:48
Compare
Choose a tag to compare

1.0.1 (2023-11-01)

Dependencies

  • dev: bump aegir from 37.12.1 to 41.1.4 (#9) (756bea6)

v1.0.0

14 Oct 09:06
Compare
Choose a tag to compare

1.0.0 (2022-10-14)

Bug Fixes

Trivial Changes

Documentation