- #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.