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: motdotla/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: motdotla/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Jan 29, 2018

  1. 5.0.0

    Max Beatty committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    472db2e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Upgrade tests (#279)

    * fix tests related to bad stub
    
    response proves stub was called
    
    * run lab without reporting, ignoring Node global
    
    this will ensure all tests are passing before submitting code coverage
    reports
    
    * add fixes for testing on Windows ref #241
    
    * upgrade lab to remove previous leak warnings
    
    * clarify test about overriding env versus parsing
    
    * use should as a function for globals
    
    hunch that extending global object in Windows environment is not working
    properly
    
    * test falsiness for Windows
    maxbeatty authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f62b70f View commit details
    Browse the repository at this point in the history
  2. Fix tests on Windows

    Max Beatty committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    ad86907 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Change in installation cmd (#288)

    * Change in installation command
    yTakkar authored and maxbeatty committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    1945a05 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. drop support for Node v4 (#304)

    * drop support for Node v4, use node-tap as test runner
    
    * rm examples
    
    * explicitly end async test for cli
    
    * try sync child for windows tests
    
    * extract cli option parsing so it is included in coverage
    
    * add cli option test relating to #306
    
    * Fix tests on Windows by avoiding bug in spawn-wrap by using spawnSync instead of execSync (#307)
    maxbeatty authored Jun 2, 2018
    Configuration menu
    Copy the full SHA
    d5ff527 View commit details
    Browse the repository at this point in the history
  2. 6.0.0

    Max Beatty committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    740c2f3 View commit details
    Browse the repository at this point in the history
Loading