2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 4.4.0
6
+
7
+ ### Added
8
+
9
+ - Add support for PHP 8.0
10
+
11
+ ### Removed
12
+
13
+ - Drop support for PHP 7.2
14
+
15
+ ### Changed
16
+
17
+ - Upgrade PHPUnit to version 9
18
+
5
19
## 4.3.0
6
20
7
21
### Removed
@@ -17,7 +31,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
17
31
18
32
### Fixed
19
33
20
- - Fix building ProviderNotRegistered exception message
34
+ - Fix building ProviderNotRegistered exception message
21
35
22
36
## 4.2.1
23
37
@@ -33,17 +47,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
33
47
34
48
### Fixed
35
49
36
- - Bug in ` StatefulGeocoder ` where different locale or bounds did not have any effect.
50
+ - Bug in ` StatefulGeocoder ` where different locale or bounds did not have any effect.
37
51
38
52
## 4.1.0
39
53
40
54
### Changed
41
55
42
- - Make sure a ` Country ` never will be empty of data.
56
+ - Make sure a ` Country ` never will be empty of data.
43
57
44
58
## 4.0.0
45
59
46
- No changes since Beta 5.
60
+ No changes since Beta 5.
47
61
48
62
## 4.0.0 - Beta 5
49
63
@@ -60,40 +74,38 @@ No changes since Beta 5.
60
74
61
75
## 4.0.0 - Beta 3
62
76
63
- ### Added
77
+ ### Added
64
78
65
- - The constructor of ` ProvierAggregator ` will accept a callable that can decide what providers should be used for a specific query.
79
+ - The constructor of ` ProvierAggregator ` will accept a callable that can decide what providers should be used for a specific query.
66
80
67
81
### Changed
68
82
69
83
- ` ProvierAggregator::getProvider ` is now private
70
84
- ` ProvierAggregator::limit ` was removed
71
85
- ` ProvierAggregator::getLimit ` was removed
72
- - ` ProvierAggregator::__constructor ` changed the order of the parameters.
73
- - ` ProvierAggregator ` is not final.
74
-
86
+ - ` ProvierAggregator::__constructor ` changed the order of the parameters.
87
+ - ` ProvierAggregator ` is not final.
75
88
76
89
## 4.0.0 - Beta 2
77
90
78
91
### Added
79
92
80
- - PHP7 type hints.
93
+ - PHP7 type hints.
81
94
- ` AbstractArrayDumper ` and ` AbstractDumper `
82
95
- ` LogicException ` and ` OutOfBounds `
83
96
- ` GeocodeQuery::__toString ` and ` ReverseQuery::__toString `
84
97
85
98
### Changed
86
99
87
- - All Dumpers are now final.
88
- - All Exceptions are now final.
89
- - ` AddressCollection ` is now final.
90
- - ` ProviderAggregator ` is now final.
91
- - ` StatefulGeocoder ` is now final.
92
- - ` TimedGeocoder ` is now final.
100
+ - All Dumpers are now final.
101
+ - All Exceptions are now final.
102
+ - ` AddressCollection ` is now final.
103
+ - ` ProviderAggregator ` is now final.
104
+ - ` StatefulGeocoder ` is now final.
105
+ - ` TimedGeocoder ` is now final.
93
106
- ` ProviderAggregator::getName() ` will return "provider_aggregator"
94
107
- ` TimedGeocoder::getName() ` will return "timed_geocoder"
95
108
96
-
97
109
## 4.0.0 - Beta1
98
110
99
- First release of this library.
111
+ First release of this library.
0 commit comments