All Versions
177
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v8.0.1 Changes
December 23, 2019- Force upgrade @sinonjs/commons (#2181)
- Update
docs/changelog.md
and set new release id indocs/_config.yml
- Add release documentation for v8.0.0
-
v8.0.0 Changes
December 22, 2019🚀 The major release is caused by removing old mistakes and upgrading dependencies that themselves have had new major releases.
- Upgrade nise, @sinonjs/formatio, @sinonjs/samsam and @sinonjs/referee
- Update lolex and nise to get new async timer methods (see https://github.com/sinonjs/lolex/blob/master/CHANGELOG.md)
- Remove
sinon.spyCall
- Remove
sinon.sandbox.create
- Remove obsolete
deprecated.printWarning
stubbing from test
-
v7.5.0 Changes
September 23, 2019- Add sinon.assert.calledOnceWithExactly
- Feature parity: support spying all methods on an object
-
v7.4.2 Changes
September 02, 2019- Restore sinon.createStubInstance() behaviour (#2073)
- Fix Typo in migration 6 and updated migration docs for migration from… (#2074)
-
v7.4.1 Changes
August 06, 2019- Update nise and lolex (minor versions)
- add callThroughWithNew method
- add browser field
- Create COMPATIBILITY.md (#2051)
- Fix sinon.resetHistory() does not reset history (#2022)
-
v7.4.0 Changes
August 06, 2019- Was unpublished (see #2071)
-
v7.3.2 Changes
April 17, 2019- Update Lolex to bring in fix for sinonjs/lolex#232 (queueMicrotask warning)
-
v7.3.1 Changes
March 27, 2019- Fix security issues
- Update @sinonjs/samsam to v3.3.1
-
v7.3.0 Changes
March 20, 2019- Simplify Circle CI setup
- Add a Docker Compose config file for testing the setup locally
- Inject createStubInstance and fake functionality
- Remove unused prop 'injectIntoThis'
- Fix #1974 by upgrading to @sinonjs/[email protected]
-
v7.2.7 Changes
March 04, 2019- Retain spy function names and fix spy.named(name) (#1987)
- Document spying on accessors (#1976)