Skip to content

Releases: fivetanley/ember-cli-dotenv

v4.0.0

04 Jan 04:00
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

v3.1.0

04 Jan 03:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

04 Jan 03:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Jan 03:35
Compare
Choose a tag to compare
  • #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.0.0

13 Nov 19:59
Compare
Choose a tag to compare

Project Update

  1. ember install ember-cli-dotenv@^2.0.0
  2. open config/dotenv.js and ember-cli-build.js
  3. Move/convert the dotEnv application options from ember-cli-build.js to the function declared within config/dotenv.js
    NOTE: if your path is dynamic see Multiple Environments

Community Contributions