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: 0b51a76
Choose a base ref
...
head repository: sinonjs/sinon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5254ed3
Choose a head ref
  • 12 commits
  • 31 files changed
  • 2 contributors

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    2c2f245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988df0c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Reduce noisy NPM output from postinstall script

    Basically just replaces this
    > [email protected] postinstall /home/carlerik/dev/sinon
    > node -e "console.log('\u001b[32mLove sinon? You can now support the project via the open collective:\u001b[22m\u001b[39m\n > \u001b[96m\u001b[1mhttps://opencollective.com/sinon/donate\u001b[0m\n')" || exit 0
    
    with this
    > [email protected] postinstall /home/carlerik/dev/sinon
    > node scripts/support-sinon.js
    fatso83 authored and mroderick committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    1f33fe5 View commit details
    Browse the repository at this point in the history
  2. Use existing mini-lib for coloring

    fatso83 authored and mroderick committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a87ef85 View commit details
    Browse the repository at this point in the history
  3. Emojify the support message ❤️

    fatso83 authored and mroderick committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    9fb8577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc91fe6 View commit details
    Browse the repository at this point in the history
  5. 4.4.7

    mroderick committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    f047838 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9fce06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e060fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f547e1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a13d14 View commit details
    Browse the repository at this point in the history
  10. 4.4.8

    mroderick committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    5254ed3 View commit details
    Browse the repository at this point in the history
Loading