1
1
# CHANGELOG
2
2
3
- ## [ v2.0.2] ( https://github.com/josantonius/php-error/releases/tag/v2.0.2 ) (2022-XX-XX )
3
+ ## [ v2.0.2] ( https://github.com/josantonius/php-error-handler /releases/tag/v2.0.2 ) (2022-09-29 )
4
4
5
5
* The notation type in the test function names has been changed from camel to snake case for readability.
6
6
10
10
11
11
* The alignment of the asterisks in the comments has been fixed.
12
12
13
+ * Tests for Windows have been added.
13
14
14
- ## [ v2.0.1] ( https://github.com/josantonius/php-error/releases/tag/v2.0.1 ) (2022-08-11)
15
+ ## [ v2.0.1] ( https://github.com/josantonius/php-error-handler /releases/tag/v2.0.1 ) (2022-08-11)
15
16
16
17
* Documentation was improved.
17
18
18
- ## [ v2.0.0] ( https://github.com/josantonius/php-error/releases/tag/v2.0.0 ) (2022-08-10)
19
+ ## [ v2.0.0] ( https://github.com/josantonius/php-error-handler /releases/tag/v2.0.0 ) (2022-08-10)
19
20
20
21
> Version 1.x is considered as deprecated and unsupported.
21
22
> In this version (2.x) the library was completely restructured.
@@ -65,21 +66,21 @@ to handle them.
65
66
* Deleted ` README-ES.MD ` file.
66
67
* Deleted ` .php_cs.dist ` file.
67
68
68
- ## [ 1.1.8] ( https://github.com/josantonius/php-error/releases/tag/1.1.8 ) (2018-01-06)
69
+ ## [ 1.1.8] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.8 ) (2018-01-06)
69
70
70
71
* The tests were fixed.
71
72
72
73
* Changes in documentation.
73
74
74
- ## [ 1.1.7] ( https://github.com/josantonius/php-error/releases/tag/1.1.7 ) (2017-11-08)
75
+ ## [ 1.1.7] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.7 ) (2017-11-08)
75
76
76
77
* Implemented ` PHP Mess Detector ` to detect inconsistencies in code styles.
77
78
78
79
* Implemented ` PHP Code Beautifier and Fixer ` to fixing errors automatically.
79
80
80
81
* Implemented ` PHP Coding Standards Fixer ` to organize PHP code automatically according to PSR standards.
81
82
82
- ## [ 1.1.6] ( https://github.com/josantonius/php-error/releases/tag/1.1.6 ) (2017-10-27)
83
+ ## [ 1.1.6] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.6 ) (2017-10-27)
83
84
84
85
* Implemented ` PSR-4 autoloader standard ` from all library files.
85
86
@@ -99,7 +100,7 @@ to handle them.
99
100
100
101
* Deleted ` ErrorHandler/vendor ` folder.
101
102
102
- ## [ 1.1.5] ( https://github.com/josantonius/php-error/releases/tag/1.1.5 ) (2017-09-13)
103
+ ## [ 1.1.5] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.5 ) (2017-09-13)
103
104
104
105
* Unit tests supported by ` PHPUnit ` were added.
105
106
@@ -127,13 +128,13 @@ to handle them.
127
128
* Deleted ` Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod() ` method.
128
129
* Deleted ` Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse() ` method.
129
130
130
- ## [ 1.1.4] ( https://github.com/josantonius/php-error/releases/tag/1.1.4 ) (2017-07-16)
131
+ ## [ 1.1.4] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.4 ) (2017-07-16)
131
132
132
133
* Deleted ` Josantonius\ErrorHandler\Exception\ErrorHandlerException ` class.
133
134
* Deleted ` Josantonius\ErrorHandler\Exception\Exceptions ` abstract class.
134
135
* Deleted ` Josantonius\ErrorHandler\Exception\ErrorHandlerException->__construct() ` method.
135
136
136
- ## [ 1.1.3] ( https://github.com/josantonius/php-error/releases/tag/1.1.3 ) (2017-05-15)
137
+ ## [ 1.1.3] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.3 ) (2017-05-15)
137
138
138
139
* You can now add custom methods to run instead of displaying the default view.
139
140
@@ -144,21 +145,21 @@ to handle them.
144
145
* Added ` Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod() ` method.
145
146
* Added ` Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse() ` method.
146
147
147
- ## [ 1.1.2] ( https://github.com/josantonius/php-error/releases/tag/1.1.2 ) (2017-03-18)
148
+ ## [ 1.1.2] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.2 ) (2017-03-18)
148
149
149
150
* Some files were excluded from download and comments and readme files were updated.
150
151
151
- ## [ 1.1.1] ( https://github.com/josantonius/php-error/releases/tag/1.1.1 ) (2017-02-21)
152
+ ## [ 1.1.1] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.1 ) (2017-02-21)
152
153
153
154
* Added ` Josantonius\ErrorHandler\ErrorHandler->getPreviewCode() ` method.
154
155
* Deleted ` Josantonius\ErrorHandler\ErrorHandler->catchThrowable() ` method.
155
156
* Deleted ` Josantonius\ErrorHandler\ErrorHandler->catchException() ` method.
156
157
157
- ## [ 1.1.0] ( https://github.com/josantonius/php-error/releases/tag/1.1.0 ) (2017-01-30)
158
+ ## [ 1.1.0] ( https://github.com/josantonius/php-error-handler /releases/tag/1.1.0 ) (2017-01-30)
158
159
159
160
* Compatible with PHP 5.6 or higher.
160
161
161
- ## [ 1.0.0] ( https://github.com/josantonius/php-error/releases/tag/1.0.0 ) (2016-12-14)
162
+ ## [ 1.0.0] ( https://github.com/josantonius/php-error-handler /releases/tag/1.0.0 ) (2016-12-14)
162
163
163
164
* Compatible only with PHP 7.0 or higher.
164
165
In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.
0 commit comments