Releases: mrsteele/dotenv-webpack
Releases · mrsteele/dotenv-webpack
v8.1.0
8.1.0 (2024-03-22)
Features
- compatible with rspack (f32653e)
- Merge pull request #501 from ahabhgk/compat-rspack (c6ebc71)
v8.0.1
8.0.1 (2022-08-15)
Bug Fixes
v8.0.0
8.0.0 (2022-07-08)
Bug Fixes
BREAKING CHANGES
- The
path
, defaults
and safe
props all look at the path
by default. Please be advised.
v7.1.1
7.1.1 (2022-06-27)
Bug Fixes
v7.1.0
7.1.0 (2022-01-27)
Bug Fixes
- return explicit dot to config (0f55644)
Features
- adding custom prefix support (e96bdce)
- disable stubbing when prefix is set (17a55ae)
v7.0.3
7.0.3 (2021-06-03)
Bug Fixes
- resolving security issues (9b7dc8e)
v7.0.2
7.0.2 (2021-03-16)
Bug Fixes
- resolving version issue when missing in v4 (25bde29)
v7.0.1
7.0.1 (2021-03-05)
Bug Fixes
v7.0.0
7.0.0 (2021-03-05)
Features
BREAKING CHANGES
- dropping support for Node v8
- dropping support for webpack < 4
- automatically stubbing during compilation
v6.0.4
6.0.4 (2021-03-04)
Bug Fixes
- jest finally works on this plugin (2de0ded)