Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sinonjs/sinon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.2
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.0.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Nov 28, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - docs/_howto/stub-dependency.md
    - docs/index.md
    
    Fixes:
    - Should read `laborious` rather than `laborous`.
    - Should read `environment` rather than `enviroment`.
    
    Signed-off-by: Tim Gates <[email protected]>
    timgates42 authored and mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    49ef930 View commit details
    Browse the repository at this point in the history
  2. Fix 2448: remove custom formatter

    Remove option to pass a custom formatter.
    
    The sub libraries of Sinon has long moved on to use `util.inspect` from
    Node. By using that in Sinon itself, we align all the libraries.
    mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b75fbfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdb05f View commit details
    Browse the repository at this point in the history
  4. 15.0.0

    mroderick committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    35652f3 View commit details
    Browse the repository at this point in the history
Loading