Dotenv Webpack Versions Save

A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.

v8.1.0

1 month ago

8.1.0 (2024-03-22)

Features

  • compatible with rspack (f32653e)
  • Merge pull request #501 from ahabhgk/compat-rspack (c6ebc71)

v8.0.1

1 year ago

8.0.1 (2022-08-15)

Bug Fixes

v8.0.0

1 year ago

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

1 year ago

7.1.1 (2022-06-27)

Bug Fixes

v7.1.0

2 years ago

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

2 years ago

7.0.3 (2021-06-03)

Bug Fixes

  • resolving security issues (9b7dc8e)

v7.0.2

3 years ago

7.0.2 (2021-03-16)

Bug Fixes

  • resolving version issue when missing in v4 (25bde29)

v7.0.1

3 years ago

7.0.1 (2021-03-05)

Bug Fixes

v7.0.0

3 years ago

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

3 years ago

6.0.4 (2021-03-04)

Bug Fixes

  • jest finally works on this plugin (2de0ded)