Skip to content

Commit f0d1f29

Browse files
committed
docs: release notes for the v2.0.3 version
Closes #4
1 parent aaf9145 commit f0d1f29

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
# CHANGELOG
22

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)
418

519
* Improved documentation.
620

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)
822

923
* Fix Packagist URL in `README.md` files
1024

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)
1226

1327
* The links in the `CHANGELOG.md` file have been fixed.
1428

@@ -20,7 +34,7 @@
2034

2135
**Full Changelog**: <https://github.com/josantonius/php-http-status-code/compare/v2.0.0...v2.0.1>
2236

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)
2438

2539
> Version 1.x is considered as deprecated and unsupported.
2640
> In this version (2.x) the library was completely restructured.
@@ -64,21 +78,21 @@
6478
* Deleted `README-ES.MD` file.
6579
* Deleted `.php_cs.dist` file.
6680

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)
6882

6983
* The tests were fixed.
7084

7185
* Changes in documentation.
7286

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)
7488

7589
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
7690

7791
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
7892

7993
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
8094

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)
8296

8397
* Implemented `PSR-4 autoloader standard` from all library files.
8498

@@ -108,7 +122,7 @@
108122

109123
* Deleted `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
110124

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)
112126

113127
* Unit tests supported by `PHPUnit` were added.
114128

@@ -138,21 +152,21 @@
138152

139153
* Added `Josantonius\HTTPStatusCode\Test\HTTPStatusCodeTest::test()` method.
140154

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)
142156

143157
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
144158
* Deleted `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
145159
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
146160

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)
148162

149163
* Some files were excluded from download and comments and readme files were updated.
150164

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)
152166

153167
* Compatible with PHP 5.6 or higher.
154168

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)
156170

157171
* 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.
158172

0 commit comments

Comments
 (0)