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: v7.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: v8.0.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 13, 2019

  1. Update CHANGELOG for v7.0.0

    maxbeatty committed Mar 13, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    03a8915 View commit details

Commits on May 2, 2019

  1. chore: add license badge (#387)

    * chore: add license badge
    
    * Move license badge to the rest of the badges
    Hongarc authored and maxbeatty committed May 2, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    f97a993 View commit details
  2. Drop support for Node v6 (#392)

    * chore: node 6 eol
    
    * chore: upgrade dependencies
    
    * style: adopt conventional commits
    
    BREAKING CHANGE: dropping Node v6 support because end-of-life
    maxbeatty authored May 2, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e9636a View commit details
  3. chore(release): 8.0.0

    maxbeatty committed May 2, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    318144a View commit details
Showing with 4,404 additions and 1,845 deletions.
  1. +2 −2 .travis.yml
  2. +25 −4 CHANGELOG.md
  3. +2 −4 README.md
  4. +0 −1 appveyor.yml
  5. +4,366 −1,828 package-lock.json
  6. +9 −6 package.json
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -7,16 +7,16 @@ os:
- windows

node_js:
- "6"
- "8"
- "10"
- "11"
- "12"

cache: npm

matrix:
fast_finish: true
allow_failures:
- os: windows
- os: windows

after_success: if [[ "$TRAVIS_OS_NAME" != 'windows' ]]; then npm run flow; fi
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [8.0.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0) (2019-05-02)


* Drop support for Node v6 (#392) ([2e9636a](https://github.com/motdotla/dotenv/commit/2e9636a)), closes [#392](https://github.com/motdotla/dotenv/issues/392)


### BREAKING CHANGES

* dropping Node v6 support because end-of-life



## [7.0.0] - 2019-03-12

### Fixed

- Fix removing unbalanced quotes ([#376](https://github.com/motdotla/dotenv/pull/376))

### Removed

- Removed `load` alias for `config` for consistency throughout code and documentation.

## [6.2.0] - 2018-12-03

@@ -104,7 +124,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- support for multiple `.env` files. should always use one `.env` file for the current environment

[Unreleased]: https://github.com/motdotla/dotenv/compare/v6.2.0...HEAD
[Unreleased]: https://github.com/motdotla/dotenv/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/motdotla/dotenv/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/motdotla/dotenv/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/motdotla/dotenv/compare/v5.0.0...v6.0.0
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
[![NPM version](https://img.shields.io/npm/v/dotenv.svg?style=flat-square)](https://www.npmjs.com/package/dotenv)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
[![Coverage Status](https://img.shields.io/coveralls/motdotla/dotenv/master.svg?style=flat-square)](https://coveralls.io/github/motdotla/dotenv?branch=coverall-intergration)
[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

## Install

@@ -262,10 +264,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)

See [CHANGELOG.md](CHANGELOG.md)

## License

See [LICENSE](LICENSE)

## Who's using dotenv?

[These npm modules depend on it.](https://www.npmjs.com/browse/depended/dotenv)
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

6,194 changes: 4,366 additions & 1,828 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "dotenv",
"version": "7.0.0",
"version": "8.0.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"scripts": {
"flow": "flow",
"lint": "standard",
"postlint": "standard-markdown",
"pretest": "npm run lint",
"test": "tap tests/*.js --100"
"test": "tap tests/*.js --100",
"prerelease": "npm test",
"release": "standard-version"
},
"repository": {
"type": "git",
@@ -27,15 +29,16 @@
"license": "BSD-2-Clause",
"devDependencies": {
"decache": "^4.5.1",
"flow-bin": "^0.92.1",
"sinon": "^7.2.3",
"flow-bin": "^0.98.0",
"sinon": "^7.3.2",
"standard": "^12.0.1",
"standard-markdown": "^5.0.1",
"tap": "^12.5.1"
"standard-version": "^5.0.2",
"tap": "^13.1.2"
},
"dependencies": {},
"engines": {
"node": ">=6"
"node": ">=8"
},
"standard": {
"ignore": [