Skip to content

v3.0.0

Compare
Choose a tag to compare
@jedwards1211 jedwards1211 released this 24 Aug 21:02

<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)