dotenv v5.0.0 Release Notes

Release Date: 2018-01-29 // over 6 years ago
  • โž• Added

    • โœ… Testing against Node v8 and v9
    • ๐Ÿ“š Documentation on trim behavior of values
    • ๐Ÿ“š Documentation on how to use with import

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking: default path is now path.resolve(process.cwd(), '.env')
    • ๐Ÿ’ฅ Breaking: does not write over keys already in process.env if the key has a falsy value
    • using const and let instead of var

    โœ‚ Removed

    • โœ… Testing against Node v7