You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We accept bug reports via issues created on [Github](https://github.com/jeremyke
10
10
11
11
-**Always search the issue or pull request list first** - The odds are good that if you've found a problem, someone else has found it, too.
12
12
13
-
-**Always try the [developer branch](https://github.com/jeremykendall/php-domain-parser/tree/develop)** - to see if the reported bug has not already been fixed.
13
+
-**Always try the [master branch](https://github.com/jeremykendall/php-domain-parser/tree/master)** - to see if the reported bug has not already been fixed.
14
14
15
15
### When submitting your report
16
16
@@ -24,7 +24,7 @@ We accept bug reports via issues created on [Github](https://github.com/jeremyke
24
24
25
25
We accept contributions via Pull Requests on [Github](https://github.com/jeremykendall/php-domain-parser/pull).
26
26
27
-
-**Always make your Pull Request against the [developer branch](https://github.com/jeremykendall/php-domain-parser/tree/develop)**
27
+
-**Always make your Pull Request against the [master branch](https://github.com/jeremykendall/php-domain-parser/tree/master)**
28
28
29
29
-**[PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/)** - Your patch won't be accepted if it doesn't pass the package coding style test suite.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All Notable changes to `PHP Domain Parser` starting from the **5.x** series will be documented in this file
4
4
5
-
## 6.0.0 - TBD
5
+
## 6.0.0 - 2020-12-13
6
6
7
7
### Added
8
8
@@ -11,10 +11,11 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
11
11
- Added `Domain::slice` to easily slice a domain object
12
12
- Added `ResolvedDomain` object to normalize Resolver results.
13
13
- Added `Suffix` object to replace the `PublicSuffix` object from v5.
14
-
- Public Suffix List and IANA Root Zone Database are fully decoupled
15
-
- Added `IntlIdna`, IDN support has been completely revamped
14
+
- Public Suffix List and IANA Top Level Domain List are fully decoupled
15
+
- Added `Idna`, IDN support has been completely revamped
16
+
- Added internal `Stream` class, to improve path/stream resolution
16
17
- Resolver uses by default UTS#46 IDNA2008 algorithm to convert domain names
17
-
- Storage capability is optional and can be based on PHP-FIG related interfaces to improve interoperability
18
+
- Storage capability is now optional and can be based on PHP-FIG related interfaces to improve interoperability
18
19
-`Pdp\TopLevelDomains::getIANADomain` which throws on syntax error and if no effective TLD is found (behave like `Pdp\TopLevelDomains::resolve` in v5).
19
20
20
21
### Fixed
@@ -46,11 +47,11 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
46
47
-`Pdp\Domain::getSubDomain` replaced by `Pdp\ResolvedDomain::subDomain`
47
48
-`Pdp\Domain::withPublicSuffix` replaced by `Pdp\ResolvedDomain::withSuffix`
48
49
-`Pdp\Domain::getLabel` replaced by `Pdp\Domain::label`
0 commit comments