Skip to content

Release v0.3.0

Latest

Choose a tag to compare

@MattLimb MattLimb released this 22 Nov 11:33
· 2 commits to main since this release
ded8505

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.