Skip to content

v0.2.0

Choose a tag to compare

@FoxxMD FoxxMD released this 08 Jun 20:27
· 1179 commits to master since this release

New

  • Added AttributionRule which aggregates the domains an author's submissions come from (youtube, twitter, etc.)
  • Added Named Rules and Actions. Any Action or Rule objects with names can be referenced in configuration by their name to use instead of an object.
  • Added better cli command support (usage) and new check command to run checks on an individual comment/submission
  • Added Heroku quick deploy action

Changed

  • (BC) cli syntax is changed to better support command and options
  • All action/rule names must be unique and are constrained to a regex pattern (see schema)
  • Lots of logging clarity and improvements to context prefixing
  • Log validation errors in a more friendly away
  • Massive amount of schema documentation improvements