Skip to content

Commit 9930111

Browse files
committed
docs: release notes for the v2.0.2 version
Closes #6
1 parent a8215c0 commit 9930111

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

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-XX-XX)
44

55
* The notation type in the test function names has been changed from camel to snake case for readability.
66

@@ -10,12 +10,15 @@
1010

1111
* The alignment of the asterisks in the comments has been fixed.
1212

13+
* Tests for Windows have been added.
1314

14-
## [v2.0.1](https://github.com/josantonius/php-error/releases/tag/v2.0.1) (2022-08-11)
15+
* Tests for PHP 8.2 have been added.
16+
17+
## [v2.0.1](https://github.com/josantonius/php-error-handler/releases/tag/v2.0.1) (2022-08-11)
1518

1619
* Documentation was improved.
1720

18-
## [v2.0.0](https://github.com/josantonius/php-error/releases/tag/v2.0.0) (2022-08-10)
21+
## [v2.0.0](https://github.com/josantonius/php-error-handler/releases/tag/v2.0.0) (2022-08-10)
1922

2023
> Version 1.x is considered as deprecated and unsupported.
2124
> In this version (2.x) the library was completely restructured.
@@ -65,21 +68,21 @@ to handle them.
6568
* Deleted `README-ES.MD` file.
6669
* Deleted `.php_cs.dist` file.
6770

68-
## [1.1.8](https://github.com/josantonius/php-error/releases/tag/1.1.8) (2018-01-06)
71+
## [1.1.8](https://github.com/josantonius/php-error-handler/releases/tag/1.1.8) (2018-01-06)
6972

7073
* The tests were fixed.
7174

7275
* Changes in documentation.
7376

74-
## [1.1.7](https://github.com/josantonius/php-error/releases/tag/1.1.7) (2017-11-08)
77+
## [1.1.7](https://github.com/josantonius/php-error-handler/releases/tag/1.1.7) (2017-11-08)
7578

7679
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
7780

7881
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
7982

8083
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
8184

82-
## [1.1.6](https://github.com/josantonius/php-error/releases/tag/1.1.6) (2017-10-27)
85+
## [1.1.6](https://github.com/josantonius/php-error-handler/releases/tag/1.1.6) (2017-10-27)
8386

8487
* Implemented `PSR-4 autoloader standard` from all library files.
8588

@@ -99,7 +102,7 @@ to handle them.
99102

100103
* Deleted `ErrorHandler/vendor` folder.
101104

102-
## [1.1.5](https://github.com/josantonius/php-error/releases/tag/1.1.5) (2017-09-13)
105+
## [1.1.5](https://github.com/josantonius/php-error-handler/releases/tag/1.1.5) (2017-09-13)
103106

104107
* Unit tests supported by `PHPUnit` were added.
105108

@@ -127,13 +130,13 @@ to handle them.
127130
* Deleted `Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod()` method.
128131
* Deleted `Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse()` method.
129132

130-
## [1.1.4](https://github.com/josantonius/php-error/releases/tag/1.1.4) (2017-07-16)
133+
## [1.1.4](https://github.com/josantonius/php-error-handler/releases/tag/1.1.4) (2017-07-16)
131134

132135
* Deleted `Josantonius\ErrorHandler\Exception\ErrorHandlerException` class.
133136
* Deleted `Josantonius\ErrorHandler\Exception\Exceptions` abstract class.
134137
* Deleted `Josantonius\ErrorHandler\Exception\ErrorHandlerException->__construct()` method.
135138

136-
## [1.1.3](https://github.com/josantonius/php-error/releases/tag/1.1.3) (2017-05-15)
139+
## [1.1.3](https://github.com/josantonius/php-error-handler/releases/tag/1.1.3) (2017-05-15)
137140

138141
* You can now add custom methods to run instead of displaying the default view.
139142

@@ -144,21 +147,21 @@ to handle them.
144147
* Added `Josantonius\ErrorHandler\Tests\ErrorHandlerTest->testSetCustomMethod()` method.
145148
* Added `Josantonius\ErrorHandler\Tests\ErrorHandlerTest->_customMethodResponse()` method.
146149

147-
## [1.1.2](https://github.com/josantonius/php-error/releases/tag/1.1.2) (2017-03-18)
150+
## [1.1.2](https://github.com/josantonius/php-error-handler/releases/tag/1.1.2) (2017-03-18)
148151

149152
* Some files were excluded from download and comments and readme files were updated.
150153

151-
## [1.1.1](https://github.com/josantonius/php-error/releases/tag/1.1.1) (2017-02-21)
154+
## [1.1.1](https://github.com/josantonius/php-error-handler/releases/tag/1.1.1) (2017-02-21)
152155

153156
* Added `Josantonius\ErrorHandler\ErrorHandler->getPreviewCode()` method.
154157
* Deleted `Josantonius\ErrorHandler\ErrorHandler->catchThrowable()` method.
155158
* Deleted `Josantonius\ErrorHandler\ErrorHandler->catchException()` method.
156159

157-
## [1.1.0](https://github.com/josantonius/php-error/releases/tag/1.1.0) (2017-01-30)
160+
## [1.1.0](https://github.com/josantonius/php-error-handler/releases/tag/1.1.0) (2017-01-30)
158161

159162
* Compatible with PHP 5.6 or higher.
160163

161-
## [1.0.0](https://github.com/josantonius/php-error/releases/tag/1.0.0) (2016-12-14)
164+
## [1.0.0](https://github.com/josantonius/php-error-handler/releases/tag/1.0.0) (2016-12-14)
162165

163166
* Compatible only with PHP 7.0 or higher.
164167
In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.

0 commit comments

Comments
 (0)