Releases: keithmorris/node-dotenv-extended
Releases · keithmorris/node-dotenv-extended
v2.9.0
v2.8.0
Ability to configure dotenv from environment variables
v2.7.0 Add import syntax to README
2.7.1 Add import syntax to README
v2.7.0: fix: check for extra keys needs to be specific to schema (closes… (#29)
- fix: returned configData object should conditionally include process.env overrides 571948c
v2.6.0: fix: check for extra keys needs to be specific to schema (closes… (#29)
v2.2.0
- Remove support for end-of-life versions of node (4, 5, 7, 9)
- Require node >=6.0.0
- Update package dependencies
- Expose entire process.env to command called with CLI (in v2.1.0)
v2.1.0
Last version to support Node < 6
- Expose entire process.env to command called with CLI
v2.0.1
Add TypeScript definitions
v2.0.0
This release adds the ability to use dotenv-extended on the command line in order to inject the values from your .env files into another script such as a bash shell script. This can simplify the management of environment variables that are used in both your Node.JS app as well as other scripts.
v1.0.4
Replace winston
logging library with generic console
as it is only used in one place and to make the package lighter.