3.1.0 (2019-08-17)
3.0.0 (2019-07-14)
- dotenv-flow: The
.parse
method's signature is changed. Now it takes the filename or a list of filenames to parse.
2.0.0 (2019-06-04)
- dotenv: update
dotenv
up tov8.0.0
(5ff1a42)
- dotenv: Dropping Node.js v6 support because of end-of-life
1.0.0 (2019-06-04)
The version is released to follow the semver rules setting the baseline of the package. Starting from here all the "BREAKING CHANGES" will always be released with bumping up the major version.
0.4.0 (2019-04-29)
- dotenv-flow/config:
0.3.0 (2019-04-07)
- dotenv: update
dotenv
up tov7.0.0
(a5ab798)
- dotenv: Removed the
.load()
alias in order to comply with thedotenv
API.
0.2.0 (2018-12-23)
- dotenv-flow:
process.env.NODE_ENV
can now be used separately/isolated from the module and no longer be set to default value (when thedefault_node_env
option is provided).
0.1.0 (2018-08-02)
0.1.0-beta.4 (2018-08-02)
- dotenv: make "cleanup dotenv defined variables" optional (9495bcb)
- dotenv-flow: make
.config()
to return object like "dotenv" (882c53c)
0.1.0-beta.3 (2018-07-17)
0.1.0-beta.2 (2018-06-10)
- dotenv: update
dotenv
up to "v6.0.0" (526ce09)