Releases: MattLimb/intercom
Releases · MattLimb/intercom
Release v0.3.0
Feature Additions
- Provide
-o
/--output
option tointercom check
to allow for overriding the YAML output setting for all software in one go.- Currently supports
stdout
andjson
.
- 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 tostdout
andjson
outputs. - Added a new
all_overrides
dictionary 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 verify
command.
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
stdout
in thejson
format