Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
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: kentcdodds/cross-env
base: 67f21c32543af0ecdbaf2508d620d81d3307a433
Choose a base ref
...
head repository: kentcdodds/cross-env
compare: bb0287b199c3e4cea5c0e1a20ef0c8d78db1aaa4
Choose a head ref
  • 20 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 25, 2020

  1. feat: update dependencies (#223)

    * Update dependencies
    
    BREAKING CHANGE: Drop Node 8 support
    MichaelDeBoey authored and Kent C. Dodds committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    4ec6f40 View commit details
    Browse the repository at this point in the history
  2. docs: add MichaelDeBoey as a contributor (#224)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    allcontributors[bot] authored and Kent C. Dodds committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    fdde9bb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    9cce066 View commit details
    Browse the repository at this point in the history
  2. docs: add lauriii as a contributor (#226)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    allcontributors[bot] committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b5f9647 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    be7ed67 View commit details
    Browse the repository at this point in the history
  2. docs: remove codefund

    kentcdodds committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0838ef9 View commit details
    Browse the repository at this point in the history
  3. fix: signal handling (#227)

    Signals should delegate to the child process to determine what to
    do as cross-env is a facade to spawning them cross platform.
    
    SIGINT, in particular, can decide swallow the signal and continue on.
    
    cross-env needs to wait for the child to decide when it's time to exit.
    
    fixed leaking `process.on` listeners.
    
    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    baerrach and kentcdodds committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    8a9cf0e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Revert "fix: signal handling (#227)"

    This reverts commit 8a9cf0e.
    kentcdodds committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2a1f44c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

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

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    1394cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5a9bd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

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

Commits on Nov 5, 2020

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

Commits on Nov 9, 2020

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

Commits on Nov 13, 2020

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

Commits on Nov 15, 2020

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

Commits on Dec 1, 2020

  1. fix: add maintenance mode notice

    Using `fix` so this gets shipped to npm.
    kentcdodds committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    fe80c84 View commit details
    Browse the repository at this point in the history
  2. docs: Update README.md (#259)

    Clarify feature requests section.
    dsbert committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6f571e1 View commit details
    Browse the repository at this point in the history
  3. docs: add dsbert as a contributor (#260)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    bb0287b View commit details
    Browse the repository at this point in the history