Skip to content

Upgrade to v2.0.0

Choose a tag to compare

@pawelzny pawelzny released this 20 Jan 16:19
· 6 commits to master since this release

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,