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: thlorenz/proxyquire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af2c869
Choose a base ref
...
head repository: thlorenz/proxyquire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26baa50
Choose a head ref
  • 7 commits
  • 55 files changed
  • 3 contributors

Commits on Jun 3, 2017

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

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    d09cbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bbad52 View commit details
    Browse the repository at this point in the history
  3. add tests asserting array behavior

    * empty stub arrays are filled
    * filled stub arrays are untouched
    * you can set a non-enumerable @noCallThru via Object.defineProperty
    
    This is not necessarily the ideal behavior, just the simplest way to
    define where we are today and leave someone with the opporunity to
    contribute a use case and a different strategy
    
    Closes #191
    bendrucker committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    d20312e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99dad5c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

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

    bendrucker committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    26baa50 View commit details
    Browse the repository at this point in the history
Loading