Releases: josantonius/php-exception-handler
v1.0.3
What's Changed
-
pre-release/v1.0.3 by @josantonius in #1
-
Release/v1.0.3 by @josantonius in #2
-
The notation type in the test function names has been changed from camel to snake case for readability.
-
Functions were added to document the methods and avoid confusion.
-
Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests.
-
The alignment of the asterisks in the comments has been fixed.
-
Tests for Windows have been added.
-
Tests for PHP 8.2 have been added.
New Contributors
- @josantonius made their first contribution in #1
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
-
Fixed error when validating method names. Now it will throw exception if it is an empty string.
-
Documentation was improved.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Removed an unnecessary callback check in
Josantonius\ExceptionHandler\ExceptionHandler\__construct()
.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- First upload.
Full Changelog: https://github.com/josantonius/php-exception-handler/commits/v1.0.0