v3.0.0
<a name"3.0.0">
3.0.0 (2017-08-24)
Features
- dotenv: read .env unless --no-dotenv option is given (d203d2aa)
Breaking Changes
- before
defaultenvwouldn't read.envunless it was passed by name or the
--dotenvoption was given. Now the default behavior is to read the.envfile in the project
root directory unless you give the--no-dotenvoption.
(d203d2aa)