tag:github.com,2008:https://github.com/cpp-for-yourself/homework_checker/releasesRelease notes from homework_checker2023-01-02T22:46:22Ztag:github.com,2008:Repository/313116170/2.0.02023-01-02T22:48:31ZVersion 2.0.0<p>A new version of the checker with significantly simplified code and homework schema. All of this while supporting many more actions through accepting a <code>cmd</code> entry in each <code>tests</code> entry of the homework. This change is not backwards compatible and might break things.</p>niosustag:github.com,2008:Repository/313116170/1.2.02022-09-24T00:24:54ZVersion 1.2.0<h1>New stuff</h1>
<p>In this version we change the renderer for output mismatch using the Markdown <code>diff</code> highlighting like so:</p>
<div class="highlight highlight-source-diff notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- wrong line
+ correct line"><pre><span class="pl-md"><span class="pl-md">-</span> wrong line</span>
<span class="pl-mi1"><span class="pl-mi1">+</span> correct line</span></pre></div>niosustag:github.com,2008:Repository/313116170/1.1.02022-09-04T20:03:24ZVersion 1.1.0<h1>New stuff:</h1>
<ul>
<li>Allow to configure linters in use</li>
<li>For now only cpplint is supported</li>
</ul>niosustag:github.com,2008:Repository/313116170/1.0.42022-09-04T18:05:38ZVersion 1.0.4<h1>Changes:</h1>
<ul>
<li>Add a way to pipe arguments into a binary like so:</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="echo hello world | ./main"><pre class="notranslate"><code>echo hello world | ./main
</code></pre></div>niosustag:github.com,2008:Repository/313116170/1.0.32022-02-14T09:51:41ZVersion 1.0.3<p>Change the ownership to the <a href="https://github.com/cpp-for-yourself">https://github.com/cpp-for-yourself</a> organisation.</p>niosustag:github.com,2008:Repository/313116170/1.0.22022-02-13T18:20:10ZVersion 1.0.2<p>Fix missing packages in the setup.py</p>niosustag:github.com,2008:Repository/313116170/1.0.12022-02-13T17:54:11ZVersion 1.0.1<p>Minor fix to how scripts are run.</p>niosustag:github.com,2008:Repository/313116170/1.0.02022-02-13T17:30:37ZVersion 1.0.0<p>This is the first major release with all functionality in place.</p>niosustag:github.com,2008:Repository/313116170/0.0.72022-01-29T20:53:19ZVersion 0.0.7<p>An ongoing release of the current progress with the wrapper.</p>niosustag:github.com,2008:Repository/313116170/0.0.62018-12-17T22:37:31Z0.0.6<p>Add print_repo_name + minor fixes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="751699513" data-permission-text="Title is private" data-url="https://github.com/cpp-for-yourself/homework_checker/issues/5" data-hovercard-type="pull_request" data-hovercard-url="/cpp-for-yourself/homework_checker/pull/5/hovercard" href="https://github.com/cpp-for-yourself/homework_checker/pull/5">#5</a>)</p>niosus