Skip to content

Releases: keithmorris/node-dotenv-extended

v2.9.0

30 Sep 20:35
Compare
Choose a tag to compare

regex schema defaults to empty strings on errorOnRegex

v2.8.0

30 Sep 18:26
Compare
Choose a tag to compare

Ability to configure dotenv from environment variables

v2.7.0 Add import syntax to README

30 Dec 13:36
Compare
Choose a tag to compare
2.7.1

Add import syntax to README

v2.7.0: fix: check for extra keys needs to be specific to schema (closes… (#29)

16 Dec 04:34
60594f6
Compare
Choose a tag to compare
  • fix: returned configData object should conditionally include process.env overrides 571948c

v2.6.0...v2.7.0

v2.6.0: fix: check for extra keys needs to be specific to schema (closes… (#29)

13 Dec 21:13
60594f6
Compare
Choose a tag to compare
  • fix: check for extra keys needs to be specific to schema (closes #28) eca52b4
  • Merge tag '2.5.0' into develop c35bc2b

2.5.0...v2.6.0

v2.2.0

07 Aug 16:52
Compare
Choose a tag to compare
  • 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

07 Aug 16:54
Compare
Choose a tag to compare

Last version to support Node < 6

  • Expose entire process.env to command called with CLI

v2.0.1

30 May 12:07
Compare
Choose a tag to compare

Add TypeScript definitions

v2.0.0

26 Apr 21:35
Compare
Choose a tag to compare

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

23 Oct 13:36
Compare
Choose a tag to compare

Replace winston logging library with generic console as it is only used in one place and to make the package lighter.