We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77947d commit 0efe77cCopy full SHA for 0efe77c
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# CHANGELOG
2
3
+## [v2.0.1](https://github.com/josantonius/php-url/releases/tag/v2.0.1) (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.0](https://github.com/josantonius/php-url/releases/tag/v2.0.0) (2022-08-17)
18
19
> Version 1.x is considered as deprecated and unsupported.
0 commit comments