Skip to content

Releases: MattLimb/intercom

Release v0.3.0

22 Nov 11:33
ded8505
Compare
Choose a tag to compare

Feature Additions

  • Provide -o / --output option to intercom check to allow for overriding the YAML output setting for all software in one go.
    • Currently supports stdout and json.
  • 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 to stdout and json outputs.
  • Added a new all_overrides dictionary for functions that implement the override() function.

Release v0.2.0

21 Nov 15:55
Compare
Choose a tag to compare

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

20 Nov 21:52
Compare
Choose a tag to compare

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 the json format