sinonjs/sinon
### [`v8.1.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#811--2020-01-22)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.1.0...v8.1.1)
==================
- Fundraiser for better docs:
### [`v8.1.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#810--2020-01-16)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.4...v8.1.0)
==================
- Support negative indices in getCall ([#2199](https://togithub.com/sinonjs/sinon/issues/2199))
### [`v8.0.4`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#804--2020-01-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.3...v8.0.4)
==================
- Remove misleading 'own' from exception message
### [`v8.0.3`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#803--2020-01-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.2...v8.0.3)
==================
- Move .printf to proxy
### [`v8.0.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#802--2019-12-30)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.1...v8.0.2)
==================
- Upgrade [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) to latest
- Upgrade nise to 3.0.1
### [`v8.0.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#801--2019-12-23)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.0.0...v8.0.1)
==================
- Force upgrade [@sinonjs/commons](https://togithub.com/sinonjs/commons) ([#2181](https://togithub.com/sinonjs/sinon/issues/2181))
- Update `docs/changelog.md` and set new release id in `docs/_config.yml`
- Add release documentation for v8.0.0
### [`v8.0.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#800--2019-12-22)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.5.0...v8.0.0)
==================
The major release is caused by removing old mistakes and upgrading dependencies that themselves have had new major releases.
- Upgrade nise, [@sinonjs/formatio](https://togithub.com/sinonjs/formatio), [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) and [@sinonjs/referee](https://togithub.com/sinonjs/referee)
- Update lolex and nise to get new async timer methods (see )
- Remove `sinon.spyCall`
- Remove `sinon.sandbox.create`
- Remove obsolete `deprecated.printWarning` stubbing from test
### [`v7.5.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#750--2019-09-23)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.4.2...v7.5.0)
==================
- Add sinon.assert.calledOnceWithExactly
- Feature parity: support _spying_ all methods on an object
### [`v7.4.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#742--2019-09-02)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.4.1...v7.4.2)
==================
- Restore sinon.createStubInstance() behaviour ([#2073](https://togithub.com/sinonjs/sinon/issues/2073))
- Fix Typo in migration 6 and updated migration docs for migration from… ([#2074](https://togithub.com/sinonjs/sinon/issues/2074))
### [`v7.4.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#741--2019-08-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.3.2...v7.4.1)
==================
- Update nise and lolex (minor versions)
- add callThroughWithNew method
- add browser field
- Create COMPATIBILITY.md ([#2051](https://togithub.com/sinonjs/sinon/issues/2051))
- Fix sinon.resetHistory() does not reset history ([#2022](https://togithub.com/sinonjs/sinon/issues/2022))
### [`v7.3.2`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#732--2019-04-17)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.3.1...v7.3.2)
==================
- Update Lolex to bring in fix for [sinonjs/lolex#232](https://togithub.com/sinonjs/lolex/issues/232) (queueMicrotask warning)
### [`v7.3.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#731--2019-03-27)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/059727bf9db20f277c8b056144e31ecbbce18a44...v7.3.1)
==================
- Fix security issues
- Update [@sinonjs/samsam](https://togithub.com/sinonjs/samsam) to v3.3.1
### [`v7.3.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#730--2019-03-20)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.2.7...059727bf9db20f277c8b056144e31ecbbce18a44)
==================
- 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](https://togithub.com/sinonjs/sinon/issues/1974) by upgrading to [@sinonjs/samsam](https://togithub.com/sinonjs/samsam)[@3](https://togithub.com/3).3.0
### [`v7.2.7`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#727--2019-03-04)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.2.6...v7.2.7)
==================
- Retain spy function names and fix spy.named(name) ([#1987](https://togithub.com/sinonjs/sinon/issues/1987))
- Document spying on accessors ([#1976](https://togithub.com/sinonjs/sinon/issues/1976))
### [`v7.2.6`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#726--2019-03-01)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.2.5...v7.2.6)
==================
- Upgrade [@sinonjs/formatio](https://togithub.com/sinonjs/formatio)
- Set `fake.lastArg` to last argument regardless of type
### [`v7.2.5`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#725--2019-02-27)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.2.4...v7.2.5)
==================
- don't call extends.nonEnum in spy.resetHistory ([#1984](https://togithub.com/sinonjs/sinon/issues/1984))
### [`v7.2.4`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#724--2019-02-18)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.2.3...v7.2.4)
==================
- minor package updates
- Update eslint-plugin-mocha
- Fix high prio audit warnings
- Update nise to use [@sinonjs/text-encoding](https://togithub.com/sinonjs/text-encoding)
- Make all properties non-enumerable in spies, stubs, mocks and fakes
- docs(sandbox): add example for default sandbox
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.2.3
->8.1.1
Release Notes
sinonjs/sinon
### [`v8.1.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#811--2020-01-22) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v8.1.0...v8.1.1) ================== - Fundraiser for better docs:Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.