File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5- ## 4.0.0
5+ ## 4.0.0 - Beta 2
6+
7+ ### Added
8+
9+ - PHP7 type hints.
10+ - ` AbstractArrayDumper ` and ` AbstractDumper `
11+ - ` LogicException ` and ` OutOfBounds `
12+ - ` GeocodeQuery::__toString ` and ` ReverseQuery::__toString `
13+
14+ ### Changed
15+
16+ - All Dumpers are now final.
17+ - All Exceptions are now final.
18+ - ` AddressCollection ` is now final.
19+ - ` ProviderAggregator ` is now final.
20+ - ` StatefulGeocoder ` is now final.
21+ - ` TimedGeocoder ` is now final.
22+ - ` ProviderAggregator::getName() ` will return "provider_aggregator"
23+ - ` TimedGeocoder::getName() ` will return "timed_geocoder"
24+
25+
26+ ## 4.0.0 - Beta1
627
728First release of this library.
Original file line number Diff line number Diff line change 1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " ^6.1" ,
19- "symfony/stopwatch" : " ~2.5"
19+ "symfony/stopwatch" : " ~2.5" ,
20+ "nyholm/nsa" : " ^1.1"
2021 },
2122 "suggest" : {
2223 "symfony/stopwatch" : " If you want to use the TimedGeocoder"
You can’t perform that action at this time.
0 commit comments