4.1.0 (2023-12-26)
4.0.1 (2023-11-06)
4.0.0 (2023-09-28)
- dotenv-flow: add
options.pattern
for customizing.env*
files' naming convention, closes #8 (#71) (f77c553) - dotenv-flow: add debug messaging and errors warning (#76) (7656b50)
- dotenv-flow: add type definitions (#77) (be94089)
- dotenv-flow: return error if none of the
.env*
files is found (#70) (80ff430), closes #41 - dotenv-flow: rework
.listFiles
to return only existing files + their full paths (#75) (b1b0497) - dotenv: upgrade dotenv to v16.0.0 (#54) (778938c)
- dotenv-flow: New type definitions do replace the
@types/dotenv-flow
package but might be conflicting. The recommendation is to remove@types/dotenv-flow
from dependencies if using dotenv-flow v4 or above. - dotenv-flow: Deprecated
options.cwd
has been removed, useoptions.path
instead (#72) (3b3956c). - dotenv-flow: The
.config()
method now returns an error if none of the appropriate.env*
files is found (#70) (80ff430). - dotenv-flow: The exposed internal API method
.listDotenvFiles(dirname, options)
is replaced with.listFiles(options)
. The new method receives optionaloptions.path
,options.node_env
, andoptions.pattern
and returns a list of existing.env*
files. - dotenv: Dropped Node.js versions support prior to v12.
- dotenv: Added multiline values, inline comments, and backticks support.
Please check the contents of your
.env*
files and make sure that all the#
and backtick symbols are properly quoted if they are part of the value.
4.0.0-rc.3 (2023-09-26)
- dotenv-flow:api: expose
DEFAULT_PATTERN
(a0dce78)
4.0.0-rc.2 (2023-09-21)
- dotenv-flow: mark typings' files as "publishing to npm" (7092f3f)
4.0.0-rc.1 (2023-09-20)
- dotenv-flow: add
options.pattern
for customizing.env*
files' naming convention, closes #8 (#71) (f77c553) - dotenv-flow: add debug messaging and errors warning (#76) (7656b50)
- dotenv-flow: add type definitions (#77) (be94089)
- dotenv-flow: return error if none of the
.env*
files is found (#70) (80ff430), closes #41 - dotenv-flow: rework
.listFiles
to return only existing files + their full paths (#75) (b1b0497) - dotenv: upgrade dotenv to v16.0.0 (#54) (778938c)
- dotenv-flow: New type definitions do replace the
@types/dotenv-flow
package but might be conflicting. The recommendation is to remove@types/dotenv-flow
from dependencies if using dotenv-flow v4 or above. - dotenv-flow: Deprecated
options.cwd
has been removed, useoptions.path
instead (#72) (3b3956c). - dotenv-flow: The
.config()
method now returns an error if none of the appropriate.env*
files is found (#70) (80ff430). - dotenv-flow: The exposed internal API method
.listDotenvFiles(dirname, options)
is replaced with.listFiles(options)
. The new method receives optionaloptions.path
,options.node_env
, andoptions.pattern
and returns a list of existing.env*
files. - dotenv: Dropped Node.js versions support prior to v12.
- dotenv: Added multiline values, inline comments, and backticks support.
Please check the contents of your
.env*
files and make sure that all the#
and backtick symbols are properly quoted if they are part of the value.
3.3.0 (2023-08-26)
3.2.0 (2020-06-27)
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)