tag:github.com,2008:https://github.com/josantonius/php-error-handler/releases
Release notes from php-error-handler
2022-09-29T15:58:37Z
tag:github.com,2008:Repository/76419545/v2.0.2
2022-09-29T16:00:16Z
v2.0.2
<h2>What's Changed</h2>
<ul>
<li>
<p>pre-release/v2.0.2 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="1353136275" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-error-handler/issues/5" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-error-handler/pull/5/hovercard" href="https://github.com/josantonius/php-error-handler/pull/5">#5</a></p>
</li>
<li>
<p>Release/v2.0.2 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="1391101121" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-error-handler/issues/6" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-error-handler/pull/6/hovercard" href="https://github.com/josantonius/php-error-handler/pull/6">#6</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>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/v2.0.1...v2.0.2"><tt>v2.0.1...v2.0.2</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/v2.0.1
2022-08-10T23:39:35Z
v2.0.1
<h2>What's Changed</h2>
<ul>
<li>Documentation was improved.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/v2.0.0...v2.0.1"><tt>v2.0.0...v2.0.1</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/v2.0.0
2022-08-10T16:20:46Z
v2.0.0
<h2>What's Changed</h2>
<ul>
<li>pre release/v2.0.0 in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334862457" data-permission-text="Title is private" data-url="https://github.com/josantonius/php-error-handler/issues/4" data-hovercard-type="pull_request" data-hovercard-url="/josantonius/php-error-handler/pull/4/hovercard" href="https://github.com/josantonius/php-error-handler/pull/4">#4</a></li>
</ul>
<blockquote>
<p>Version 1.x is considered as deprecated and unsupported. In this version (2.x) the library was completely restructured. It is recommended to review the documentation for this version and make the necessary changes before starting to use it, as it not be compatible with version 1.x.</p>
</blockquote>
<hr>
<ul>
<li>
<p>The library was completely refactored.</p>
</li>
<li>
<p>Support for PHP version 8.1.</p>
</li>
<li>
<p>Support for earlier versions of PHP <strong>8.1</strong> is discontinued.</p>
</li>
<li>
<p>In this version exceptions are no longer handled. You can use <a href="https://github.com/josantonius/php-exception-handler">josantonius/exception-handler</a> to handle them.</p>
</li>
<li>
<p>HTML error rendering has also been discontinued.</p>
</li>
<li>
<p>The package name was changed from <code>josantonius/errorhandler</code> to <code>josantonius/error-handler</code>.</p>
</li>
<li>
<p>Improved documentation; <code>README.md</code>, <code>CODE_OF_CONDUCT.md</code>, <code>CONTRIBUTING.md</code> and <code>CHANGELOG.md</code>.</p>
</li>
<li>
<p>Removed <code>Codacy</code>.</p>
</li>
<li>
<p>Removed <code>PHP Coding Standards Fixer</code>.</p>
</li>
<li>
<p>The <code>master</code> branch was renamed to <code>main</code>.</p>
</li>
<li>
<p>The <code>develop</code> branch was added to use a workflow based on <code>Git Flow</code>.</p>
</li>
<li>
<p><code>Travis</code> is discontinued for continuous integration. <code>GitHub Actions</code> will be used from now on.</p>
</li>
<li>
<p>Added <code>.github/CODE_OF_CONDUCT.md</code> file.</p>
</li>
<li>
<p>Added <code>.github/CONTRIBUTING.md</code> file.</p>
</li>
<li>
<p>Added <code>.github/FUNDING.yml</code> file.</p>
</li>
<li>
<p>Added <code>.github/workflows/ci.yml</code> file.</p>
</li>
<li>
<p>Added <code>.github/lang/es-ES/CODE_OF_CONDUCT.md</code> file.</p>
</li>
<li>
<p>Added <code>.github/lang/es-ES/CONTRIBUTING.md</code> file.</p>
</li>
<li>
<p>Added <code>.github/lang/es-ES/LICENSE</code> file.</p>
</li>
<li>
<p>Added <code>.github/lang/es-ES/README</code> file.</p>
</li>
<li>
<p>Deleted <code>.travis.yml</code> file.</p>
</li>
<li>
<p>Deleted <code>.editorconfig</code> file.</p>
</li>
<li>
<p>Deleted <code>CONDUCT.MD</code> file.</p>
</li>
<li>
<p>Deleted <code>README-ES.MD</code> file.</p>
</li>
<li>
<p>Deleted <code>.php_cs.dist</code> file.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.8...v2.0.0"><tt>1.1.8...v2.0.0</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.8
2022-08-10T16:24:04Z
1.1.8
<h2>What's Changed</h2>
<ul>
<li>
<p>The tests were fixed.</p>
</li>
<li>
<p>Changes in documentation.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.7...1.1.8"><tt>1.1.7...1.1.8</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.7
2022-08-10T16:23:54Z
1.1.7
<h2>What's Changed</h2>
<ul>
<li>
<p>Implemented <code>PHP Mess Detector</code> to detect inconsistencies in code styles.</p>
</li>
<li>
<p>Implemented <code>PHP Code Beautifier and Fixer</code> to fixing errors automatically.</p>
</li>
<li>
<p>Implemented <code>PHP Coding Standards Fixer</code> to organize PHP code automatically according to PSR standards.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.6...1.1.7"><tt>1.1.6...1.1.7</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.6
2022-08-10T16:23:42Z
1.1.6
<h2>What's Changed</h2>
<ul>
<li>
<p>Implemented <code>PSR-4 autoloader standard</code> from all library files.</p>
</li>
<li>
<p>Implemented <code>PSR-2 coding standard</code> from all library PHP files.</p>
</li>
<li>
<p>Implemented <code>PHPCS</code> to ensure that PHP code complies with <code>PSR2</code> code standards.</p>
</li>
<li>
<p>Implemented <code>Codacy</code> to automates code reviews and monitors code quality over time.</p>
</li>
<li>
<p>Implemented <code>Codecov</code> to coverage reports.</p>
</li>
<li>
<p>Added <code>ErrorHandler/phpcs.ruleset.xml</code> file.</p>
</li>
<li>
<p>Deleted <code>ErrorHandler/src/bootstrap.php</code> file.</p>
</li>
<li>
<p>Deleted <code>ErrorHandler/tests/bootstrap.php</code> file.</p>
</li>
<li>
<p>Deleted <code>ErrorHandler/vendor</code> folder.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.5...1.1.6"><tt>1.1.5...1.1.6</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.5
2022-08-10T16:23:31Z
1.1.5
<h2>What's Changed</h2>
<ul>
<li>
<p>Unit tests supported by <code>PHPUnit</code> were added.</p>
</li>
<li>
<p>The repository was synchronized with Travis CI to implement continuous integration.</p>
</li>
<li>
<p>Added <code>ErrorHandler/src/bootstrap.php</code> file</p>
</li>
<li>
<p>Added <code>ErrorHandler/tests/bootstrap.php</code> file.</p>
</li>
<li>
<p>Added <code>ErrorHandler/phpunit.xml.dist</code> file.</p>
</li>
<li>
<p>Added <code>ErrorHandler/_config.yml</code> file.</p>
</li>
<li>
<p>Added <code>ErrorHandler/.travis.yml</code> file.</p>
</li>
<li>
<p>Added <code>ErrorHandler/public/template/view.php</code> file.</p>
</li>
<li>
<p>Added <code>ErrorHandler/public/css/styles.php</code> file.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest</code> class.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeException()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeWarning()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeNotice()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserError()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserNotice()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSProvokeUserWarning()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod()</code> method.</p>
</li>
<li>
<p>Deleted <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse()</code> method.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.4...1.1.5"><tt>1.1.4...1.1.5</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.4
2022-08-10T16:23:18Z
1.1.4
<h2>What's Changed</h2>
<ul>
<li>Deleted <code>Josantonius\ErrorHandler\Exception\ErrorHandlerException</code> class.</li>
<li>Deleted <code>Josantonius\ErrorHandler\Exception\Exceptions</code> abstract class.</li>
<li>Deleted <code>Josantonius\ErrorHandler\Exception\ErrorHandlerException->__construct()</code> method.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.3...1.1.4"><tt>1.1.3...1.1.4</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.3
2022-08-10T16:23:04Z
1.1.3
<h2>What's Changed</h2>
<ul>
<li>
<p>You can now add custom methods to run instead of displaying the default view.</p>
</li>
<li>
<p>Added <code>Josantonius\ErrorHandler\ErrorHandler->setParams()</code> method.</p>
</li>
<li>
<p>Added <code>Josantonius\ErrorHandler\ErrorHandler::setCustomMethod()</code> method.</p>
</li>
<li>
<p>Added <code>Josantonius\ErrorHandler\ErrorHandler->getCustomMethods()</code> method.</p>
</li>
<li>
<p>Added <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod()</code> method.</p>
</li>
<li>
<p>Added <code>Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse()</code> method.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.2...1.1.3"><tt>1.1.2...1.1.3</tt></a></p>
josantonius
tag:github.com,2008:Repository/76419545/1.1.2
2022-08-10T16:22:49Z
1.1.2
<h2>What's Changed</h2>
<ul>
<li>Some files were excluded from download and comments and readme files were updated.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/josantonius/php-error-handler/compare/1.1.1...1.1.2"><tt>1.1.1...1.1.2</tt></a></p>
josantonius