Releases: fivetanley/ember-cli-dotenv
Releases · fivetanley/ember-cli-dotenv
v4.0.0
💥 Breaking Change
- #117 Drop support for Node.js 16 and below (@SergeAstapov)
🚀 Enhancement
- #119 Widen dotenv package versions support to allow past v8 (@SergeAstapov)
📝 Documentation
- #121 Add Embroider compatibility note and recommendations (@SergeAstapov)
🏠 Internal
- #118 run
npx ember-cli-update --to=5.5.0
to align with blueprint (@SergeAstapov)
v3.1.0
What's Changed
- Add ability to shut off dotenv invocation by @gfmartinez in #84
New Contributors
- @gfmartinez made their first contribution in #84
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Checking also for "ember build --prod" command. by @davideferre in #68
New Contributors
- @davideferre made their first contribution in #68
Full Changelog: v3.0.0...v3.0.1
v3.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.0.0
Project Update
ember install ember-cli-dotenv@^2.0.0
- open
config/dotenv.js
andember-cli-build.js
- Move/convert the
dotEnv
application options fromember-cli-build.js
to the function declared withinconfig/dotenv.js
NOTE: if yourpath
is dynamic see Multiple Environments
Community Contributions
- #39 Removed exists-sync pkg, using fs.existsSync instead @oxodesign
- #37 Move dotenv.js config file to /config folder @SergeAstapov
- #35 Fix broken tests and add more tests with ember-cli-addon-tests addon @SergeAstapov
- #29 Upgrade Ember CLI and align with default blueprint @SergeAstapov
- #33 Add support for Ember CLI >= 2.16.0 @jasonmit
- #31 README add npm and EmberObserver badges @SergeAstapov
- #21 README fix .env.production path example @ibroadfo