Skip to content

Latest commit

 

History

History
41 lines (18 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

41 lines (18 loc) · 1.44 KB

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)

1.0.2 (2023-11-01)

Dependencies

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

1.0.1 (2023-11-01)

Dependencies

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

1.0.0 (2022-10-14)

Bug Fixes

Trivial Changes

Documentation