Releases: sinonjs/sinon
Releases · sinonjs/sinon
Fix #1476
Fix #1274
Fix: Check configurable on a prop before creating
Make sandbox.resetHistory also reset spies
Make stubbing of static function properties possible
- Fix #1450, make stubbing of static function properties possible
Minor fixes
Make calledAfter symmetric with calledBefore
- Make calledAfter symmetric with calledBefore (#1407)
Feature: stub accessors in sandbox
v2.0.0
This is the big 2.0 release with lots of breaking changes. We have created a migration guide on the Sinon homepage you are advised to follow.
Changes since pre6
- Add restore method for stubbed property descriptors
- Allow stubbing getters and setters for function properties
- Add getters/setters stub behaviors
- Refactor xhr and xhr.upload to use the same EventTargetHandler
- Remove SSL part of base url
Pre-release #4 of Sinon 2
Changes in this release, compared to v2.0.0-pre.3