tag:github.com,2008:https://github.com/josantonius/php-exception-handler/releasesRelease notes from php-exception-handler2022-09-29T16:31:23Ztag:github.com,2008:Repository/521384076/v1.0.32022-09-29T16:32:53Zv1.0.3<h2>What's Changed</h2>
<ul>
<li>
<p>pre-release/v1.0.3 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/josantonius/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/josantonius">@josantonius</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1353140826" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-exception-handler/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-exception-handler/pull/1/hovercard" href="https://github.com/josantonius/php-exception-handler/pull/1">#1</a></p>
</li>
<li>
<p>Release/v1.0.3 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/josantonius/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/josantonius">@josantonius</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1391156426" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-exception-handler/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-exception-handler/pull/2/hovercard" href="https://github.com/josantonius/php-exception-handler/pull/2">#2</a></p>
</li>
<li>
<p>The notation type in the test function names has been changed from camel to snake case for readability.</p>
</li>
<li>
<p>Functions were added to document the methods and avoid confusion.</p>
</li>
<li>
<p>Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests.</p>
</li>
<li>
<p>The alignment of the asterisks in the comments has been fixed.</p>
</li>
<li>
<p>Tests for Windows have been added.</p>
</li>
<li>
<p>Tests for PHP 8.2 have been added.</p>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/josantonius/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/josantonius">@josantonius</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1353140826" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-exception-handler/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-exception-handler/pull/1/hovercard" href="https://github.com/josantonius/php-exception-handler/pull/1">#1</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-exception-handler/compare/v1.0.2...v1.0.3"><tt>v1.0.2...v1.0.3</tt></a></p>josantoniustag:github.com,2008:Repository/521384076/v1.0.22022-08-11T00:24:16Zv1.0.2<h2>What's Changed</h2>
<ul>
<li>
<p>Fixed error when validating method names. Now it will throw exception if it is an empty string.</p>
</li>
<li>
<p>Documentation was improved.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-exception-handler/compare/v1.0.1...v1.0.2"><tt>v1.0.1...v1.0.2</tt></a></p>josantoniustag:github.com,2008:Repository/521384076/v1.0.12022-08-07T22:57:02Zv1.0.1<h2>What's Changed</h2>
<ul>
<li>Removed an unnecessary callback check in <code>Josantonius\ExceptionHandler\ExceptionHandler\__construct()</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-exception-handler/compare/v1.0.0...v1.0.1"><tt>v1.0.0...v1.0.1</tt></a></p>josantoniustag:github.com,2008:Repository/521384076/v1.0.02022-08-04T19:29:43Zv1.0.0<h2>What's Changed</h2>
<ul>
<li>First upload.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/josantonius/php-exception-handler/commits/v1.0.0">https://github.com/josantonius/php-exception-handler/commits/v1.0.0</a></p>josantonius