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: v4.1.6
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 9 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    cd8ae51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c37ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acebab9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

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

Commits on Jan 21, 2018

  1. Add match.every and match.some (#1624) (#1661)

    * Add match.every (#1624)
    
    Added new matcher - match.every, which matches on an object or
    iterable if all of the properties (or elements, respectively) match
    the given predicate.
    
    * Add match.some (#1624)
    
    Added new matcher - match.some, which matches on an object or
    iterable if some of the properties (or elements, respectively) match
    the given predicate.
    nivsherf authored and mroderick committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    c5dfaae View commit details
    Browse the repository at this point in the history
  2. Fix tests for IE11

    IE11 doesn't have support for the iterable argument to the constructor
    mroderick committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    f2d5902 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    mroderick committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    3eaf042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6444c67 View commit details
    Browse the repository at this point in the history
  5. 4.2.0

    mroderick committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    3cc6ac2 View commit details
    Browse the repository at this point in the history
Loading