|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -## [v2.0.0](https://github.com/josantonius/php-json/releases/tag/v2.0.0) (2022-07-31) |
| 3 | +## [v2.0.1](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.1) (2022-07-31) |
| 4 | + |
| 5 | +* The links in the `CHANGELOG.md` file have been fixed. |
| 6 | + |
| 7 | +* Removed the warning about version 1.x in the `README.md` files. |
| 8 | + |
| 9 | +* The comment in the exception class was modified. |
| 10 | + |
| 11 | +## [v2.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.1) (2022-07-31) |
4 | 12 |
|
5 | 13 | > Version 1.x is considered as deprecated and unsupported.
|
6 | 14 | > In this version (2.x) the library was completely restructured.
|
|
44 | 52 | * Deleted `README-ES.MD` file.
|
45 | 53 | * Deleted `.php_cs.dist` file.
|
46 | 54 |
|
47 |
| -## [1.1.6](https://github.com/josantonius/php-json/releases/tag/1.1.6) (2018-01-06) |
| 55 | +## [1.1.6](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.6) (2018-01-06) |
48 | 56 |
|
49 | 57 | * The tests were fixed.
|
50 | 58 |
|
51 | 59 | * Changes in documentation.
|
52 | 60 |
|
53 |
| -## [1.1.5](https://github.com/josantonius/php-json/releases/tag/1.1.5) (2017-11-08) |
| 61 | +## [1.1.5](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.5) (2017-11-08) |
54 | 62 |
|
55 | 63 | * Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
|
56 | 64 |
|
57 | 65 | * Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
|
58 | 66 |
|
59 | 67 | * Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
|
60 | 68 |
|
61 |
| -## [1.1.4](https://github.com/josantonius/php-json/releases/tag/1.1.4) (2017-10-30) |
| 69 | +## [1.1.4](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.4) (2017-10-30) |
62 | 70 |
|
63 | 71 | * Implemented `PSR-4 autoloader standard` from all library files.
|
64 | 72 |
|
|
88 | 96 |
|
89 | 97 | * Deleted `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
|
90 | 98 |
|
91 |
| -## [1.1.3](https://github.com/josantonius/php-json/releases/tag/1.1.3) (2017-09-13) |
| 99 | +## [1.1.3](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.3) (2017-09-13) |
92 | 100 |
|
93 | 101 | * Unit tests supported by `PHPUnit` were added.
|
94 | 102 |
|
|
118 | 126 |
|
119 | 127 | * Added `Josantonius\HTTPStatusCode\Test\HTTPStatusCodeTest::test()` method.
|
120 | 128 |
|
121 |
| -## [1.1.2](https://github.com/josantonius/php-json/releases/tag/1.1.2) (2017-07-16) |
| 129 | +## [1.1.2](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.2) (2017-07-16) |
122 | 130 |
|
123 | 131 | * Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
|
124 | 132 | * Deleted `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
|
125 | 133 | * Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
|
126 | 134 |
|
127 |
| -## [1.1.1](https://github.com/josantonius/php-json/releases/tag/1.1.1) (2017-03-18) |
| 135 | +## [1.1.1](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.1) (2017-03-18) |
128 | 136 |
|
129 | 137 | * Some files were excluded from download and comments and readme files were updated.
|
130 | 138 |
|
131 |
| -## [1.1.0](https://github.com/josantonius/php-json/releases/tag/1.1.0) (2017-01-30) |
| 139 | +## [1.1.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.0) (2017-01-30) |
132 | 140 |
|
133 | 141 | * Compatible with PHP 5.6 or higher.
|
134 | 142 |
|
135 |
| -## [1.0.0](https://github.com/josantonius/php-json/releases/tag/1.0.0) (2016-12-19) |
| 143 | +## [1.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.0.0) (2016-12-19) |
136 | 144 |
|
137 | 145 | * Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.
|
138 | 146 |
|
|
0 commit comments