Releases: MattLimb/intercom
Releases · MattLimb/intercom
Release v0.3.0
Feature Additions
- Provide
-o/--outputoption tointercom checkto allow for overriding the YAML output setting for all software in one go.- Currently supports
stdoutandjson.
- Currently supports
- Updated READEME.md to support the new output.
Back-End Improvements
- Added a new optional
override()function to BaseOutput, that can be overriden by any output class. - Added the
override()function tostdoutandjsonoutputs. - Added a new
all_overridesdictionary for functions that implement theoverride()function.
Release v0.2.0
Adding a new feature to intercom. Webhooks!!! This also comes with an overhaul of the output system for multiple outputs.
Feature Additions
- Output configuration system for YAML
- Can have multiple outputs per configuration file
- Can specify which software use which outputs
- Added webhook output
- Added output verification to the
intercom verifycommand.
Release v0.1.0
This is the initial release for intercom.
Features
- Supports software hosted on GitHub
- Supports software hosted on GitLab
- Supports outputting to
stdout - Supports outputting to
stdoutin thejsonformat