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.3.1
Choose a base ref
...
head repository: sinonjs/sinon
compare: v6.3.2
Choose a head ref
  • 5 commits
  • 23 files changed
  • 2 contributors

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    61fc365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e360d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Adds guard for empty properties in deepEqual when a matcher is provid…

    …ed (#1901)
    
    In JavaScript every acts like the "for all" quantifier in mathematics.
    In particular, for an empty array, it returns true. (It is vacuously
    true that all elements of the empty set satisfy any given condition.)
    
    This is not the intended behaviour for deepEqual, we should treat empty
    properties as falsy.
    
    Resolves #1900
    mrwillihog authored and mroderick committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8cd5f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30202b2 View commit details
    Browse the repository at this point in the history
  3. 6.3.2

    mroderick committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8f7f9fc View commit details
    Browse the repository at this point in the history