All Versions
47
Latest Version
Avg Release Cycle
22 days
Latest Release
584 days ago

Changelog History
Page 5

  • v5.0.0 Changes

    January 29, 2018

    โž• 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
  • v4.0.0 Changes

    December 23, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ Return Object with parsed content or error instead of false (#165).

    โœ‚ Removed

    • ๐Ÿšš verbose option removed in favor of returning result.
  • v3.0.0 Changes

    December 20, 2016

    โž• Added

    • 0๏ธโƒฃ verbose option will log any error messages. Off by default.
    • ๐Ÿ“œ parses email addresses correctly
    • ๐Ÿ‘ allow importing config method directly in ES6

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Suppress error messages by default (#154)
    • ๐Ÿ“ฆ Ignoring more files for NPM to make package download smaller

    ๐Ÿ›  Fixed

    • โœ… False positive test due to case-sensitive variable (#124)

    โœ‚ Removed

    • ๐Ÿšš silent option removed in favor of verbose
  • v2.0.0 Changes

    January 20, 2016

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ’Ž README has shorter description not referencing ruby gem since we don't have or want feature parity

    โœ‚ Removed

    • Variable expansion and escaping so environment variables are encouraged to be fully orthogonal
  • v1.2.0 Changes

    June 20, 2015

    โž• Added

    • Preload hook to require dotenv without including it in your code

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ clarified license to be "BSD-2-Clause" in package.json

    ๐Ÿ›  Fixed

    • retain spaces in string vars
  • v1.1.0 Changes

    March 31, 2015

    โž• Added

    • ๐ŸŒฒ Silent option to silence console.log when .env missing
  • v1.0.0 Changes

    March 13, 2015

    โœ‚ Removed

    • ๐Ÿ‘Œ support for multiple .env files. should always use one .env file for the current environment