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
base: v6.1.5
Choose a base ref
...
head repository: sinonjs/sinon
compare: v6.1.6
Choose a head ref
  • 12 commits
  • 159 files changed
  • 5 contributors

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    4e5c718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f158f4f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. fix(docs): apply correct link syntax

    This fixes a link to `Lodash.get` from version
    3.3.0 -> 6.1.5 and for upcoming releases in matchers.md
    mgred committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    c66b0af View commit details
    Browse the repository at this point in the history
  2. fix(docs): anchor to page link

    This fixes an unmatched anchor link `#matchers` in
    several files to now point to the file `matchers`
    mgred committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    3ff58f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Merge pull request #1879 from mgred/fix-docs

    Fix links in documentation
    fatso83 committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    2fc31ef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Fix format of links to spy docs in fakes.md

    Using the magic of sed:
    
        sed -i .bak \
          's/\[spy calls\]\[\.\.\/spy-call\]/\[spy calls\]\(\.\.\/spy-call\)/' \
          docs/**/*.md
    whymarrh authored and mroderick committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    722ac09 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Configuration menu
    Copy the full SHA
    b88eeca View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Merge pull request #1845 from nivsherf/documentYieldsRight

    Add documentation for stub.yieldsRight
    fatso83 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    8acad75 View commit details
    Browse the repository at this point in the history
  2. Upgrade Lolex

    fatso83 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    bcbff35 View commit details
    Browse the repository at this point in the history
  3. Upgraded packages

    fatso83 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    c5a33f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    350183e View commit details
    Browse the repository at this point in the history
  5. 6.1.6

    fatso83 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    622155e View commit details
    Browse the repository at this point in the history