Releases: liamqma/beanstalkify
Releases · liamqma/beanstalkify
v1.2.0
Add functionality to clean application versions based on application name.
v1.1.0
- Add terminateEnvironment
- Add deleteApplication
v1.0.0
- Use async-generators to simplify control flow
- Use ava instead mocha
- Write more tests
- Make most of class functions pure (stateless)
v0.0.13
Bugfix: check if application version already uploaded
0.0.11
Change 'env_cname' to 'env_url'
0.0.6
- 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
Use process.stdout.write instead of console.log to output dots while waiting
0.0.4
Return environment details from promise chain instead of writing it to a JSON file