This release mainly revolves round fixing a bug around child_process and execSync compatability among the nodejs versions and platforms.
- #93 [BUGFIX] execSync compat issue #92 @joebartels
- #100 [DOCS] Update config around production-like environments @Soliah
This release marks the merge of achambers/ember-cli-deploy, LevelBossMike/ember-deploy and tedconf/ember-cli-front-end-builds into the official ember-cli-deploy
If you are upgrading from achambers/ember-cli-deploy v0.0.6, please follow these miragtion steps;
- #33 [DOCS] Link to new S3 Index Adapter @pootsbook
- #65 [DOCS] Update CodeClimate batch. @LevelbossMike
- #35 [ENHANCEMENT] Match ember-cli's build command aliases by supporting --prod and --dev @jamesfid
- #36 [ENHANCEMENT] Allow custom config file via --deploy-config-file. @yapplabs
- #63 [BUGFIX] Fix regression to the type of object that was being passed to assets adapters as “config”. @yapplabs
- #56 [BREAKING ENHANCEMENT] Deprecated commands no longer needed. @ember-cli
- #40 [BUGFIX] Removed erroneous conflict markers. @jamesfid
- #58 [ENHANCEMENT] Add blueprint to auto generate config/deploy.js @ember-cli
- #57 [DEPRECATION] Deprecate use of deploy.json in favor of config/deploy.js. Closes #51 @yapplabs
- #66 [DOCS] Add note for fingerprint.prepend and staging envs. @LevelbossMike
- #74 [BREAKING DEPRECATION] Revert Unsupported Commands back to Deprecated for 0.4.0 release @danshultz
- #85 [DEPRECATION] npm post install message for users of v0.0.6 @achambers