|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -## [v2.0.3](https://github.com/josantonius/php-json/releases/tag/v2.0.3) (2022-08-11) |
| 3 | +## [v2.0.4](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.4) (2022-09-29) |
| 4 | + |
| 5 | +* The notation type in the test function names has been changed from camel to snake case for readability. |
| 6 | + |
| 7 | +* Functions were added to document the methods and avoid confusion. |
| 8 | + |
| 9 | +* Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests. |
| 10 | + |
| 11 | +* The alignment of the asterisks in the comments has been fixed. |
| 12 | + |
| 13 | +* Tests for Windows have been added. |
| 14 | + |
| 15 | +* Tests for PHP 8.2 have been added. |
| 16 | + |
| 17 | +## [v2.0.3](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.3) (2022-08-11) |
4 | 18 |
|
5 | 19 | * Improved documentation.
|
6 | 20 |
|
7 |
| -## [v2.0.2](https://github.com/josantonius/php-json/releases/tag/v2.0.2) (2022-08-04) |
| 21 | +## [v2.0.2](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.2) (2022-08-04) |
8 | 22 |
|
9 | 23 | * Fix Packagist URL in `README.md` files
|
10 | 24 |
|
11 |
| -## [v2.0.1](https://github.com/josantonius/php-json/releases/tag/v2.0.1) (2022-07-31) |
| 25 | +## [v2.0.1](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.1) (2022-07-31) |
12 | 26 |
|
13 | 27 | * The links in the `CHANGELOG.md` file have been fixed.
|
14 | 28 |
|
|
20 | 34 |
|
21 | 35 | **Full Changelog**: <https://github.com/josantonius/php-http-status-code/compare/v2.0.0...v2.0.1>
|
22 | 36 |
|
23 |
| -## [v2.0.0](https://github.com/josantonius/php-json/releases/tag/v2.0.0) (2022-07-31) |
| 37 | +## [v2.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/v2.0.0) (2022-07-31) |
24 | 38 |
|
25 | 39 | > Version 1.x is considered as deprecated and unsupported.
|
26 | 40 | > In this version (2.x) the library was completely restructured.
|
|
64 | 78 | * Deleted `README-ES.MD` file.
|
65 | 79 | * Deleted `.php_cs.dist` file.
|
66 | 80 |
|
67 |
| -## [1.1.6](https://github.com/josantonius/php-json/releases/tag/1.1.6) (2018-01-06) |
| 81 | +## [1.1.6](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.6) (2018-01-06) |
68 | 82 |
|
69 | 83 | * The tests were fixed.
|
70 | 84 |
|
71 | 85 | * Changes in documentation.
|
72 | 86 |
|
73 |
| -## [1.1.5](https://github.com/josantonius/php-json/releases/tag/1.1.5) (2017-11-08) |
| 87 | +## [1.1.5](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.5) (2017-11-08) |
74 | 88 |
|
75 | 89 | * Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
|
76 | 90 |
|
77 | 91 | * Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
|
78 | 92 |
|
79 | 93 | * Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
|
80 | 94 |
|
81 |
| -## [1.1.4](https://github.com/josantonius/php-json/releases/tag/1.1.4) (2017-10-30) |
| 95 | +## [1.1.4](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.4) (2017-10-30) |
82 | 96 |
|
83 | 97 | * Implemented `PSR-4 autoloader standard` from all library files.
|
84 | 98 |
|
|
108 | 122 |
|
109 | 123 | * Deleted `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
|
110 | 124 |
|
111 |
| -## [1.1.3](https://github.com/josantonius/php-json/releases/tag/1.1.3) (2017-09-13) |
| 125 | +## [1.1.3](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.3) (2017-09-13) |
112 | 126 |
|
113 | 127 | * Unit tests supported by `PHPUnit` were added.
|
114 | 128 |
|
|
138 | 152 |
|
139 | 153 | * Added `Josantonius\HTTPStatusCode\Test\HTTPStatusCodeTest::test()` method.
|
140 | 154 |
|
141 |
| -## [1.1.2](https://github.com/josantonius/php-json/releases/tag/1.1.2) (2017-07-16) |
| 155 | +## [1.1.2](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.2) (2017-07-16) |
142 | 156 |
|
143 | 157 | * Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
|
144 | 158 | * Deleted `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
|
145 | 159 | * Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
|
146 | 160 |
|
147 |
| -## [1.1.1](https://github.com/josantonius/php-json/releases/tag/1.1.1) (2017-03-18) |
| 161 | +## [1.1.1](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.1) (2017-03-18) |
148 | 162 |
|
149 | 163 | * Some files were excluded from download and comments and readme files were updated.
|
150 | 164 |
|
151 |
| -## [1.1.0](https://github.com/josantonius/php-json/releases/tag/1.1.0) (2017-01-30) |
| 165 | +## [1.1.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.1.0) (2017-01-30) |
152 | 166 |
|
153 | 167 | * Compatible with PHP 5.6 or higher.
|
154 | 168 |
|
155 |
| -## [1.0.0](https://github.com/josantonius/php-json/releases/tag/1.0.0) (2016-12-19) |
| 169 | +## [1.0.0](https://github.com/josantonius/php-http-status-code/releases/tag/1.0.0) (2016-12-19) |
156 | 170 |
|
157 | 171 | * 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.
|
158 | 172 |
|
|
0 commit comments