Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 3.1 KB

File metadata and controls

35 lines (24 loc) · 3.1 KB

ember-cli-deploy Changelog

0.4.1 (March 13, 2015)

This release mainly revolves round fixing a bug around child_process and execSync compatability among the nodejs versions and platforms.

Community Contributions

0.4.0 (March 07, 2015)

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;

Community Contributions

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

0.3.1 (February 08, 2015)