2.0.0 (2023-09-29)
- dotenv-flow: upgrade to dotenv-flow v4 (#29) (040c874)
- dotenv-flow-webpack: add
options.pattern
for customizing.env*
files' naming convention (#30) (e2f140f) - dotenv-flow-webpack: add debug messaging (#31) (b9b5d9f)
- dotenv-flow-webpack: throw on failures (#32) (242fe6c)
- dotenv-flow-webpack: warn if none of the appropriate
.env*
files is found (#33) (05428fa)
- dotenv-flow-webpack: the plugin is now throwing exceptions on
.env*
file reading/parsing failures instead of "error logging" them (#32) (242fe6c). - dotenv-flow-webpack: previously deprecated
options.environment
has been removed, please useoptions.node_env
instead (#27) (242fe6c). - dotenv-flow: upgrading to dotenv-flow v4 (and dotenv v16 appropriately) drops Node.js versions support prior to v12.
- dotenv: upgrading to dotenv-flow v4 (and dotenv v16 appropriately) adds 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.
2.0.0-rc.2 (2023-09-27)
- re-published using
yarn
2.0.0-rc.1 (2023-09-27)
- dotenv-flow: upgrade to dotenv-flow v4 (#29) (040c874)
- dotenv-flow-webpack: add
options.pattern
for customizing.env*
files' naming convention (#30) (e2f140f) - dotenv-flow-webpack: add debug messaging (#31) (b9b5d9f)
- dotenv-flow-webpack: throw on failures (#32) (242fe6c)
- dotenv-flow-webpack: warn if none of the appropriate
.env*
files is found (#33) (05428fa)
- dotenv-flow-webpack: the plugin is now throwing exceptions on
.env*
file reading/parsing failures instead of "error logging" them (#32) (242fe6c). - dotenv-flow-webpack: previously deprecated
options.environment
has been removed, please useoptions.node_env
instead (#27) (242fe6c). - dotenv-flow: upgrading to dotenv-flow v4 (and dotenv v16 appropriately) drops Node.js versions support prior to v12.
- dotenv: upgrading to dotenv-flow v4 (and dotenv v16 appropriately) adds 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.
1.2.0 (2023-09-22)
- dotenv-flow: update dotenv-flow to v3.3.0 (dc33a8c)
- webpack: support webpack@5 as peer dependency (#11), closes #15 (6a35ec5)
1.2.0-rc.1 (2023-09-16)
- dotenv-flow: update dotenv-flow to v3.3.0 (dc33a8c)
- webpack: support webpack@5 as peer dependency (#11), closes #15 (6a35ec5)
1.1.0 (2020-06-27)
- dotenv-flow: update
dotenv-flow
up tov3.2.0
(67215cf)
1.0.0 (2019-07-05)
JSON.stringify
values (ab81a87)
- add warning about the system environment variable overwrite (ab772f7)