Skip to content

Dot-Env Conversion v1.6.0

Choose a tag to compare

@linhntaim linhntaim released this 26 Dec 15:58
· 77 commits to master since this release

Changelog:

  • Method getenv(variable = null) now turns into getenv(variable = null, default = null).
    • If the variable was not set in anywhere (process.env or .env files, the default should be the value of the variable.