All Versions
177
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v11.1.1 Changes
May 26, 2021- Fix #2379 by using v7 of supports-color
-
v11.1.0 Changes
May 25, 2021- Add sinon.promise() implementation (#2369)
- Set wrappedMethod on getters/setters (#2378)
- [Docs] Update fake-server usage & descriptions (#2365)
- Fake docs improvement (#2360)
- Update nise to 5.1.0 (fixed #2318)
-
v11.0.0 Changes
May 24, 2021- Explicitly use samsam 6.0.2 with fix for #2345
- Update most packages (#2371)
- Update compatibility docs (#2366)
- Update packages (includes breaking fake-timers change, see #2352)
- Warn of potential memory leaks (#2357)
- Fix clock test errors
-
v10.0.1 Changes
April 08, 2021- Upgrade sinon components (bumps y18n to 4.0.1)
- Bump y18n from 4.0.0 to 4.0.1
-
v10.0.0 Changes
March 22, 2021- Upgrade nise to 4.1.0
- Use @sinonjs/eslint-config@4 => Adopts ES2017 => Drops support for IE 11, Legacy Edge and legacy Safari
-
v9.2.4 Changes
January 23, 2021- Upgrade @sinonjs/samsam@5.3.1
-
v9.2.3 Changes
January 06, 2021- Use
util.inspectfor formatting human readable output (this retires @sinonjs/formatio)
- Use
-
v9.2.2 Changes
December 11, 2020- Fix #2316: handle absent Promise (#2317)
-
v9.2.1 Changes
October 28, 2020- Fix #2203: skip writing 'name' property if not writable (#2304)
- Update error message on assert when representation of expected and actual value is equal, fixing issue #2084 (#2303)
- Make sandboxes each use their own assert object (#2302)
- Add usingPromise() method on fakes to fix issue #2293 (#2301)
-
v9.2.0 Changes
October 06, 2020- Update dependencies (#2299)
- Update sandbox docs with missing comma
- Add minor markdown formatting to release docs for sandbox
- Minor formatting improvements to legacy sandbox documentation