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.2.0 - 2022-10-30
5
+ ## [ 6.3.0] - 2023-02-25
6
+
7
+ ### Added
8
+
9
+ - ` RegisteredName ` class to allow domain with IP4-like labels
10
+
11
+ ### Fixed
12
+
13
+ - Using PHPUnit 10
14
+ - ` Domain ` decorates the new ` RegisteredName ` class [ #347 ] ( https://github.com/jeremykendall/php-domain-parser/issues/347 )
15
+ - ` Host::withoutLabel ` works without arguments.
16
+
17
+ ### Deprecated
18
+
19
+ - None
20
+
21
+ ### Removed
22
+
23
+ - None
24
+
25
+ ## [ 6.2.0] - 2022-10-30
6
26
7
27
### Added
8
28
@@ -20,7 +40,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
20
40
21
41
- PHP7 and PHP8.0 support
22
42
23
- ## 6.1.2 - 2022-09-29
43
+ ## [ 6.1.2] - 2022-09-29
24
44
25
45
### Added
26
46
@@ -38,7 +58,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
38
58
39
59
- None
40
60
41
- ## 6.1.1 - 2022-02-18
61
+ ## [ 6.1.1] - 2022-02-18
42
62
43
63
### Added
44
64
@@ -56,7 +76,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
56
76
57
77
- None
58
78
59
- ## 6.1.0 - 2021-06-19
79
+ ## [ 6.1.0] - 2021-06-19
60
80
61
81
### Added
62
82
@@ -79,7 +99,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
79
99
80
100
- None
81
101
82
- ## 6.0.0 - 2020-12-13
102
+ ## [ 6.0.0] - 2020-12-13
83
103
84
104
### Added
85
105
@@ -130,7 +150,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
130
150
- ` Pdp\TopLevelDomains::contains ` without replacement
131
151
- Internal Converter classes (implementation details are no longer exposed).
132
152
133
- ## 5.7.2 - 2020-10-25
153
+ ## [ 5.7.2] - 2020-10-25
134
154
135
155
### Added
136
156
@@ -148,7 +168,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
148
168
149
169
- None
150
170
151
- ## 5.7.1 - 2020-08-24
171
+ ## [ 5.7.1] - 2020-08-24
152
172
153
173
### Added
154
174
@@ -166,7 +186,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
166
186
167
187
- None
168
188
169
- ## 5.7.0 - 2020-08-02
189
+ ## [ 5.7.0] - 2020-08-02
170
190
171
191
### Added
172
192
@@ -190,7 +210,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
190
210
- Support for PHP7.0 and PHP7.1
191
211
- The external data from IANA and mozilla is no longer part of the package and will be downloaded only on demand on composer update/install.
192
212
193
- ## 5.6.0 - 2019-12-29
213
+ ## [ 5.6.0] - 2019-12-29
194
214
195
215
### Added
196
216
@@ -209,7 +229,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
209
229
210
230
- None
211
231
212
- ## 5.5.0 - 2019-04-14
232
+ ## [ 5.5.0] - 2019-04-14
213
233
214
234
### Added
215
235
@@ -232,7 +252,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
232
252
233
253
- None
234
254
235
- ## 5.4.0 - 2018-11-22
255
+ ## [ 5.4.0] - 2018-11-22
236
256
237
257
### Added
238
258
@@ -259,7 +279,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
259
279
260
280
- None
261
281
262
- ## 5.3.0 - 2018-05-22
282
+ ## [ 5.3.0] - 2018-05-22
263
283
264
284
### Added
265
285
@@ -294,7 +314,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
294
314
295
315
- None
296
316
297
- ## 5.2.0 - 2018-02-23
317
+ ## [ 5.2.0] - 2018-02-23
298
318
299
319
### Added
300
320
@@ -320,7 +340,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
320
340
321
341
- None
322
342
323
- ## 5.1.0 - 2017-12-18
343
+ ## [ 5.1.0] - 2017-12-18
324
344
325
345
### Added
326
346
@@ -339,7 +359,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
339
359
340
360
- None
341
361
342
- ## 5.0.0 - 2017-12-13
362
+ ## [ 5.0.0] - 2017-12-13
343
363
344
364
### Added
345
365
@@ -369,3 +389,21 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
369
389
- ` Pdp\PublicSuffixManager ` class replaced by the ` Pdp\Manager ` class
370
390
- ` Pdp\HttpAdapter\HttpAdapterInterface ` interface replaced by the ` Pdp\HttpClient ` interface
371
391
- ` Pdp\HttpAdapter\CurlHttpAdapter ` class replaced by the ` Pdp\CurlHttpClient ` class
392
+
393
+ [ 6.3.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.2.0...6.3.0
394
+ [ 6.2.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.2...6.2.0
395
+ [ 6.1.2 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.1...6.1.2
396
+ [ 6.1.1 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.0...6.1.1
397
+ [ 6.1.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.0.0...6.1.0
398
+ [ 6.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.2...6.0.0
399
+ [ 6.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.2...6.0.0
400
+ [ 5.7.2 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.1...5.7.2
401
+ [ 5.7.1 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.0...5.7.1
402
+ [ 5.7.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.6.0...5.7.0
403
+ [ 5.6.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.5.0...5.6.0
404
+ [ 5.5.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.4.0...5.5.0
405
+ [ 5.4.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.3.0...5.4.0
406
+ [ 5.3.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.2.0...5.3.0
407
+ [ 5.2.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.1.0...5.3.0
408
+ [ 5.1.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.0.0...5.1.0
409
+ [ 5.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/3.0.0...5.0.0
0 commit comments