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
defaultenv
wouldn't read.env
unless it was passed by name or the
--dotenv
option was given. Now the default behavior is to read the.env
file in the project
root directory unless you give the--no-dotenv
option.
(d203d2aa)