Skip to content

Tags: mrsteele/dotenv-webpack

Tags

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: resolving legacy ubuntu action

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bump terser from 5.14.1 to 5.14.2 (#488)

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Extending custom path support (#487)

* fix: Adding support for custom path in Safe mode
* fix: Adding support for custom path with Defaults
* test: Correcting test that gave false positive
* docs: Complementing documentation on the `path` configuration
* docs: Adding quick note about the path behavior

BREAKING CHANGE: The `path`, `defaults` and `safe` props all look at the `path` by default. Please be advised.

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #486 from mrsteele/feature/securityPatch

Feature/security patch

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #482 from vuode/feature/alternativePrefix

feat: custom prefix

v7.0.3

Toggle v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #432 from mrsteele/feature/securityFixes

fix: resolving security issues

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: resolving version issue when missing in v4

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: resolving security issue with jest (#364)

Co-authored-by: Matt Steele <[email protected]>

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adding config for stubbing (#360)

* fix: only stub `process.env` if not targeting node

* fix: use better replacement

* only dont stub on main thread electron

* add tests that use the compiler

* start converting old tests

* move more tests

* replace old tests

* fix errors

* fix race condition

* handle no dir error

* remove behavior changes

* drop node 8

* undo more fixes

* fix stubbing replacement, only stub on targets where we should

* remove deprecated code

* drop support for webpack <4

* merge stubIgnore PR

* update readme

* fix logic

* Update README.md

* skip stubbing on webpack 4, do not stub if target includes `node`

* handle target array

* move version check

* fix logic

* replace usage of `rmdirSync(..., { recursive: true })`

BREAKING CHANGE: dropping support for Node v8

BREAKING CHANGE: dropping support for webpack < 4

BREAKING CHANGE: automatically stubbing during compilation

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #362 from mrsteele/feature/finallyUpgradingJest

fix: jest finally works on this plugin