A new version of the checker with significantly simplified code and homework schema. All of this while supporting many more actions through accepting a `cmd` entry in each `tests` entry of the homework. This change is not backwards compatible and might break things.
1.2.0
New stuff In this version we change the renderer for output mismatch using the Markdown `diff` highlighting like so: diff - wrong line + correct line
1.1.0
New stuff: - Allow to configure linters in use - For now only cpplint is supported
1.0.4
Changes: - Add a way to pipe arguments into a binary like so:
echo hello world | ./main
1.0.3
Change the ownership to the https://github.com/cpp-for-yourself organisation.