dotenv v0.5.2.0 Release Notes

Release Date: 2017-12-22 // over 6 years ago
  • Dotenv 0.5.2.0

    • โž• Add loadSafeFile to typecheck the envs.
    • โž• Add (--schema|-s) FILE flag to the dotenv CLI tool to enable safe mode.
    • โž• Add (--no-schema) flag to the dotenv CLI tool to disable safe mode.
    • Turn safe mode on automatically when the .schema.yml file is present.
    • ๐Ÿ‘‰ Make required optional in the .schema.yml.

    Dotenv 0.5.1.1

    • ๐Ÿ‘ Allow .env empty files

    Dotenv 0.5.1.0

    • โž• Add support for command substitution on env vars.

    Dotenv 0.5.0.2

    • 0๏ธโƒฃ Set .env file as default file for environment variables.
    • โž• Add --version flag to check the version of dotenv that is in use.