v0.2.0
Changelog:
- Release that.
- Add CLI support for parameters.
- Add
--disable-rollback
. - Use a more typical .gitignore.
- Modify Stack#create_or_update to take arbitrary options.
- Catch/report more errors.
- Minor re-org.
- Make StackWatcher yield rather than return events.
- Minimise calls to :describe_stacks.
- Handle expire tokens nicely.
- Extract ErrorMappingProxy.
- Lint.
- Recognise NoSuchStack on update.
- Inline validation errors.
- Improve test debug logging.
- Ensure.
- Fix typo.
- When deleting a stack, use it's unique ID.
- Introduce StackProxy to map exceptions.
- Refactor to use resource-models where possible.
- Create a watcher per transaction.
- Support cancellation of updates.
- Handle missing credentials.
- Add option to
--list-stacks
. - Add some documentation about programmatic usage.
- Introduce a Stackup::Service object.
- Simplify CLI. Update README.
- Build on recent Ruby only.
- Build on TravisCI.
- Tweak the README.