Skip to content

Releases: pawelzny/dotenv-loader

Minor bugs fix

20 Jan 16:11
Compare
Choose a tag to compare

Goal: Minor bugs fix.

Patch:

  • Removed unnecessary whitespace replacement on variable parsing,
  • Protection against corrupted .env key=value pair,
  • More test cases for .env parser,

Upgrade to v2.0.0

20 Jan 16:19
Compare
Choose a tag to compare

Goal: Upgrade to NodeJS 8.x and remove normalization for more flexibility.

Major:

  • Require NodeJS>=8.9,
  • Allow for lower case variable names (will not normalize to upper case),
  • Trim keys and values from .env file on load,

Minor:

  • Allow for spaces in variable keys (will be normalize to underscore),
  • Allow for white spaces before and after equal character for example: ENV_KEY = env value,

v1.2.1

12 Jul 19:39
Compare
Choose a tag to compare
lastCallback module added to detect callback functioneslintrc rules u…