All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
11.0.6 (2024-02-17)
- Fix
.nyc_output
in.npmignore
11.0.5 (2024-02-17)
- 🐞 fix recursive expansion when expansion key is sourced from
process.env
(#121)
11.0.4 (2024-02-15)
- 🐞 fix recursive expansion when expansion keys in reverse order (#118)
11.0.3 (2024-02-11)
- 🐞 bug fix when
processEnv
set to process.env rather than empty object (also test fixes which hid the bug) (#113)
11.0.2 (2024-02-10)
- Changed funding link in package.json to
dotenvx.com
11.0.1 (2024-02-10)
- Added funding link in package.json
11.0.0 (2024-02-10)
- Add typings for
import dotenv-expand/config
(#99) - Support expansion of dot in env variable names like
POSTGRESQL.BASE.USER
(#93) - Add
processEnv
option (#105) - Add support for default format of
${VAR-default}
(#109)
- Do not expand prior
process.env
environment variables. NOTE: make sure to see updated README regardingdotenv.config({ processEnv: {} })
(#104) - 🐞 handle
$var1$var2
(#103, #104) - 🐞 fix fatal recursive error when variable defines value with same variable
VAR=$VAR
#98
- Remove
ignoreProcessEnv
option (useprocessEnv
option going forward)
10.0.0 (2022-12-16)
- Support special characters in default expansion (#74)
9.0.0 (2022-08-30)
- Proper support for preload and cli args (#78)
8.0.3 (2022-03-21)
- 🐞 Fixed defaults bug (#71)
8.0.2 (2022-03-11)
- 🐞 Fixed preloading bug
8.0.1 (2022-02-03)
- Added config.js to package.json lookups
8.0.0 (2022-02-03)
- Breaking: Bump to
v16.0.0
of dotenv
- Preload support 🎉 (#31)
7.0.0 (2022-01-17)
- Breaking: Bump to
v15.0.0
of dotenv
6.0.1 (2022-01-17)
- Updated README
6.0.0 (2022-01-17)
- Breaking Move default export to export of
expand
function (#14b1f2)
- Add default expansion 🎉 (#39)
- Add missing type descriptions
Please see commit history.