Skip to content

Releases: liamqma/beanstalkify

v1.2.0

10 Feb 10:40
Compare
Choose a tag to compare

Add functionality to clean application versions based on application name.

v1.1.0

02 Feb 11:12
Compare
Choose a tag to compare
  • Add terminateEnvironment
  • Add deleteApplication

v1.0.0

31 Jan 01:05
Compare
Choose a tag to compare
  • Use async-generators to simplify control flow
  • Use ava instead mocha
  • Write more tests
  • Make most of class functions pure (stateless)

v0.0.13

27 Jan 05:44
Compare
Choose a tag to compare

Bugfix: check if application version already uploaded

v0.0.12

27 Jan 05:44
Compare
Choose a tag to compare

Upgrade babel 5 to 6

0.0.11

27 Jan 05:44
Compare
Choose a tag to compare

Change 'env_cname' to 'env_url'

0.0.7

27 Jan 05:45
Compare
Choose a tag to compare

Use es6 via babel.js

0.0.6

27 Jan 05:46
Compare
Choose a tag to compare
  • Do not catch the errors and let the deploy method rejecting the promise, catching errors was resolving the deploy promise
  • Reject 'waitUtilHealthy' if environment is not healthy (no Green)

0.0.5

27 Jan 05:46
Compare
Choose a tag to compare

Use process.stdout.write instead of console.log to output dots while waiting

0.0.4

27 Jan 05:46
Compare
Choose a tag to compare

Return environment details from promise chain instead of writing it to a JSON file