Skip to content

Releases: habdelra/ember-fastboot-deploy

0.1.11

Choose a tag to compare

@habdelra habdelra released this 05 Apr 02:32
Updated for fastboot 0.6.0

0.1.10

Choose a tag to compare

@habdelra habdelra released this 04 Apr 20:15
bump fastboot server version

0.1.9

Choose a tag to compare

@habdelra habdelra released this 02 Mar 17:12
  • updated najax to use PR najaxjs/najax#34 so that request errors are displayed in the console
  • added logic to handle HTTP errors when downloading the fastboot package file from s3

0.1.8

Choose a tag to compare

@habdelra habdelra released this 01 Mar 16:57
  • added afterDeploy callback to do things after the fastboot package has been deployed

0.1.7

Choose a tag to compare

@habdelra habdelra released this 01 Mar 03:01

bumped version of ember-fastboot-server

0.1.6

Choose a tag to compare

@habdelra habdelra released this 01 Mar 02:25
  • added debug to npm packages

0.1.5

Choose a tag to compare

@habdelra habdelra released this 29 Feb 22:01
  • updated to be able to deploy an ember application on startup to survive heroku dyno restarts

0.1.4

Choose a tag to compare

@habdelra habdelra released this 29 Feb 19:42
  • Deal with the scenario where SSL is terminated in Heroku and the FastBoot server receives the forwarded HTTPS request as HTTP.

0.1.3

Choose a tag to compare

@habdelra habdelra released this 29 Feb 15:56
  • added message when deploy secret is invalid

0.1.2

Choose a tag to compare

@habdelra habdelra released this 28 Feb 16:32

Released v 0.1.2

  • Added on-success deploy response for the ember-cli-deploy-notifications plugin
  • More idiomatic deploy.js setup (thanks to @elidupuis)