Skip to content

dotenv 3.0.0

[3.0.0] - 2016-12-20

Added

  • verbose option will log any error messages. Off by default.
  • parses email addresses correctly
  • allow importing config method directly in ES6

Changed

  • 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