- #117 Drop support for Node.js 16 and below (@SergeAstapov)
- #119 Widen dotenv package versions support to allow past v8 (@SergeAstapov)
- #121 Add Embroider compatibility note and recommendations (@SergeAstapov)
- #118 run
npx ember-cli-update --to=5.5.0
to align with blueprint (@SergeAstapov)
- #84 Add ability to shut off dotenv invocation @gfmartinez
- #68 Checking also for "ember build --prod" command @davideferre
- #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
- #66 Update Default location of .env in config/dotenv.js blueprint @SergeAstapov
- #61 Fix addon installation @SergeAstapov
- #60 Updated to ember-cli to 3.9.0 @KalachevDev
- #58 dotenv package upgraded to 7.0.0 version @KalachevDev
- #50 Add FastBoot support @SergeAstapov
- #45 Add check for env variables presence @ondrejsevcik
- #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
- #20 README Security clarification @wkoffel
- #15 Upgrade Addon via
ember init
command @elwayman02
- #13 README reference ember-cli-build.js instead of Brocfile.js @matthewlehner
- #12 README add learning resource @jeffreybiles
- #11 remove deprecated existsSync @jasonmit
- Deprecate
allow
in config. UseallowedClientKeys
instead. - The node process
process.env
now always gets injected with the environment variables. This meansprocess.env
will have your secret environment variables, but you still have to explicitly allow client keys.