Comparing v16.1.3...v17.0.1 · sinonjs/sinon (original) (raw)
Commits on Oct 20, 2023
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Oct 21, 2023
- Refactoring: move logic into separate file and rename
This is basically a small cleanup of the work
done to get rid of Proxyquire before the release
of version 17.
- Pull out Sinon extraction to own file to avoid
needless export on the root Sinon object - Rename file to match Colorizer class
Configuration menu
Browse the repository at this point in the history
Commits on Oct 24, 2023
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Oct 27, 2023
- Configuration menu
Browse the repository at this point in the history - fix: assertion log limit (#2485)
- Cleanup unimported setup & include test files
- Remove redundant assign
The 'assert' object is already present on the sandbox - fix(#2484): add assertion log limit
- Document the existing sandbox and create-sandbox
- Expose opts.assertOptions on createSandbox(opts)
- Verify options are passed down
- Remove needless accessors
- Make test behavior oriented rather than implementation specific.
Co-authored-by: Spencer Goossens sgoossens18@gmail.com
Co-authored-by: Carl-Erik Kopseng carlerik@gmail.com
3 people authored
Oct 27, 2023
Configuration menu
Browse the repository at this point in the history
Commits on Oct 28, 2023
- doc: improve JSDocs
- docs: improve public docs for sandbox
- move some important info up where it is more visible
- remove some bits no longer relevant (sinon.config)
and replace with its modern (post Sinon 1) equivalent
- Add example on adding assertOptions to the sandbox
Configuration menu
Browse the repository at this point in the history
Commits on Oct 31, 2023
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history