dotenv 5.0.0
[5.0.0] - 2018-01-29
Added
- Testing against Node v8 and v9
- Documentation on trim behavior of values
- Documentation on how to use with
import
Changed
- Breaking: default
pathis nowpath.resolve(process.cwd(), '.env') - Breaking: does not write over keys already in
process.envif the key has a falsy value - using
constandletinstead ofvar
Removed
- Testing against Node v7