Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

101 lines (59 loc) · 5.46 KB

Changelog

4.0.0

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

3.1.0

3.0.1

3.0.0

  • #66 Update Default location of .env in config/dotenv.js blueprint @SergeAstapov
  • #63 Upgrade dotenv to version 8.0.0 and drop Node.js 6.x support @SergeAstapov
  • #62 Remove unnecessary dependencies broccoli-caching-writer and send @SergeAstapov

2.2.3

  • #66 Update Default location of .env in config/dotenv.js blueprint @SergeAstapov

2.2.2

2.2.1

  • #53 Fix build error when outputting the missing key warning message @sandydoo

2.2.0

2.1.0

2.0.0

1.2.0

1.0.4

1.0.3

1.0.1

  • #10 Don't attempt to load .env file if it doesn't exist @opsb

1.0.0

  • #6 added support for multiple environments @gniquil

0.4.0

  • #5 allow process.env to be populated before the ember app loads @zilkey

0.3.0

  • Deprecate allow in config. Use allowedClientKeys instead.
  • The node process process.env now always gets injected with the environment variables. This means process.env will have your secret environment variables, but you still have to explicitly allow client keys.