tag:github.com,2008:https://github.com/DutchCodingCompany/parameterized_test/releases Release notes from parameterized_test 2024-08-16T10:07:13Z tag:github.com,2008:Repository/429085900/v2.0.1 2024-08-16T10:12:55Z Release v2.0.1 <h2>What's Changed</h2> <ul> <li>CHORE: Update dependencies by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Guldem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Guldem">@Guldem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2469720591" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/21" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/21/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/21">#21</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/DutchCodingCompany/parameterized_test/compare/v2.0.0...v2.0.1"><tt>v2.0.0...v2.0.1</tt></a></p> Guldem tag:github.com,2008:Repository/429085900/v2.0.0 2024-04-23T07:23:36Z Release v2.0.0 <h2>What's Changed</h2> <ul> <li>Rework internal implementation of the packages. Resulting in no need for specifying the number of parameters in the function name.</li> </ul> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="parameterizedTest('No more numbered function!', [ [1, 'two', 3], [4, 'five',6], ], (int value, String text, int secondValue) { print('$value $text $secondValue'); }); "><pre><span class="pl-en">parameterizedTest</span>(<span class="pl-s">'No more numbered function!'</span>, [ [<span class="pl-c1">1</span>, <span class="pl-s">'two'</span>, <span class="pl-c1">3</span>], [<span class="pl-c1">4</span>, <span class="pl-s">'five'</span>,<span class="pl-c1">6</span>], ], (<span class="pl-c1">int</span> value, <span class="pl-c1">String</span> text, <span class="pl-c1">int</span> secondValue) { <span class="pl-en">print</span>(<span class="pl-s">'$<span class="pl-v">value</span> $<span class="pl-v">text</span> $<span class="pl-v">secondValue</span>'</span>); }); </pre></div> <ul> <li><strong>BREAKING</strong>: Numbered functions are removed (p1,p2, parameterizedTest2, parameterizedTest3 etc.). Use the base functions instead.</li> <li>Added extra examples in the README.md</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/DutchCodingCompany/parameterized_test/compare/v1.1.3...v2.0.0"><tt>v1.1.3...v2.0.0</tt></a></p> Guldem tag:github.com,2008:Repository/429085900/v1.1.3 2024-03-05T08:57:04Z v1.1.3 <h2>What's Changed</h2> <ul> <li>📝 fix examples in ReadMe by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Pavel-Sulimau/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Pavel-Sulimau">@Pavel-Sulimau</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129122173" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/14" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/14/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/14">#14</a></li> <li>👷 remove commented duplicated check from github pipeline by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Pavel-Sulimau/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Pavel-Sulimau">@Pavel-Sulimau</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129125851" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/15" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/15/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/15">#15</a></li> <li>✨ Adding custom description builder by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Guldem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Guldem">@Guldem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2163746506" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/17" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/17/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/17">#17</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Pavel-Sulimau/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Pavel-Sulimau">@Pavel-Sulimau</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129122173" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/14" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/14/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/14">#14</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/DutchCodingCompany/parameterized_test/compare/v1.1.2...v1.1.3"><tt>v1.1.2...v1.1.3</tt></a></p> Guldem tag:github.com,2008:Repository/429085900/v1.1.2 2024-02-02T16:05:31Z v1.1.2 <h2>What's Changed</h2> <ul> <li>Create dependabot.yml by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Guldem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Guldem">@Guldem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1852680104" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/10" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/10/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/10">#10</a></li> <li>Bump lints from 2.1.1 to 3.0.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1956290650" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/11" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/11/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/11">#11</a></li> <li>✨ Display empty and blank lines during tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Guldem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Guldem">@Guldem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2101692771" data-permission-text="Title is private" data-url="https://github.com/DutchCodingCompany/parameterized_test/issues/13" data-hovercard-type="pull_request" data-hovercard-url="/DutchCodingCompany/parameterized_test/pull/13/hovercard" href="https://github.com/DutchCodingCompany/parameterized_test/pull/13">#13</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/DutchCodingCompany/parameterized_test/compare/v1.1.1...v1.1.2"><tt>v1.1.1...v1.1.2</tt></a></p> Guldem tag:github.com,2008:Repository/429085900/v1.1.1 2023-08-11T13:32:16Z v1.1.1 <ul> <li>Exported parameterizedGroup base and numeric and parameterizedTest from parameterized_test numeric functions.</li> </ul> Guldem tag:github.com,2008:Repository/429085900/v1.1.0 2023-08-11T13:18:31Z v1.1.0 <ul> <li>Added separate numbered functions for <code>parameterizedTest</code> and <code>parameterizedGroup</code> specifying the number of arguments.</li> <li>Fixes bug where async test weren't properly passed to the test framework.</li> <li>Update to dart 3.</li> </ul> Guldem tag:github.com,2008:Repository/429085900/v1.0.0 2023-08-11T13:17:06Z v1.0.0 <p>Major rework on <code>paramterized_test</code> which includes:</p> <ul> <li>DISCONTINUED <code>parameterized_source</code> package <ul> <li>DEPRECATED <code>ParameterizedSource.csv</code></li> <li>DEPRECATED <code>ParameterizedSource.value</code></li> <li>DEPRECATED <code>ParameterizedSource.values</code></li> </ul> </li> <li>DISCONTINUED <code>flutter_parameterized_test</code> package</li> <li>Added new TestParameters class for providing the test body to execute.The package has<br> implementation for TestParameters support up to 10 arguments.</li> <li>Added extensions <code>withTestOptions</code> for providing test options to test values.</li> <li>Added <code>parameterizedGroup</code>.</li> </ul> Guldem tag:github.com,2008:Repository/429085900/v0.2.1 2022-07-19T06:47:22Z v0.2.1 <p>Adding separate packages for parameterized tests.</p> <p>Added package <code>parameterized_source</code> to share source classes between <code>parameterized_test</code> and <code>flutter_parameterized_test</code>.<br> <code>parameterized_test</code> is based on the dart <code>test</code> package<br> <code>flutter_parameterized_test</code> is based on the flutter sdk <code>test</code> package</p> Guldem