22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
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+
519## 4.3.0
620
721### Removed
@@ -17,7 +31,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1731
1832### Fixed
1933
20- - Fix building ProviderNotRegistered exception message
34+ - Fix building ProviderNotRegistered exception message
2135
2236## 4.2.1
2337
@@ -33,17 +47,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
3347
3448### Fixed
3549
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.
3751
3852## 4.1.0
3953
4054### Changed
4155
42- - Make sure a ` Country ` never will be empty of data.
56+ - Make sure a ` Country ` never will be empty of data.
4357
4458## 4.0.0
4559
46- No changes since Beta 5.
60+ No changes since Beta 5.
4761
4862## 4.0.0 - Beta 5
4963
@@ -60,40 +74,38 @@ No changes since Beta 5.
6074
6175## 4.0.0 - Beta 3
6276
63- ### Added
77+ ### Added
6478
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.
6680
6781### Changed
6882
6983- ` ProvierAggregator::getProvider ` is now private
7084- ` ProvierAggregator::limit ` was removed
7185- ` 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.
7588
7689## 4.0.0 - Beta 2
7790
7891### Added
7992
80- - PHP7 type hints.
93+ - PHP7 type hints.
8194- ` AbstractArrayDumper ` and ` AbstractDumper `
8295- ` LogicException ` and ` OutOfBounds `
8396- ` GeocodeQuery::__toString ` and ` ReverseQuery::__toString `
8497
8598### Changed
8699
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.
93106- ` ProviderAggregator::getName() ` will return "provider_aggregator"
94107- ` TimedGeocoder::getName() ` will return "timed_geocoder"
95108
96-
97109## 4.0.0 - Beta1
98110
99- First release of this library.
111+ First release of this library.
0 commit comments