summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/willdurand/geocoder/CHANGELOG.md
blob: 3e991d5e45a888b32e5f25f580b9b0812c24d8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## Unreleased

## 4.2.1

### Fixed
- Bug in `AddressBuilder` where same expression is compare twice

## 4.2.0

### Added

- Add `Coordinates::toArray`

### Fixed

- Bug in `StatefulGeocoder` where different locale or bounds did not have any effect. 

## 4.1.0

### Changed

- Make sure a `Country` never will be empty of data. 

## 4.0.0

No changes since Beta 5. 

## 4.0.0 - Beta 5

### Changed

- `GeocodeQuery::withTest` was renamed to `GeocodeQuery::withText`

## 4.0.0 - Beta 4

### Added

- Add `GeocodeQuery::withText` and `ReverseQuery::withCoordinates`.
- Create interface for GeocodeQuery and ReverseQuery

## 4.0.0 - Beta 3

### Added 

- The constructor of `ProvierAggregator` will accept a callable that can decide what providers should be used for a specific query. 

### Changed

- `ProvierAggregator::getProvider` is now private
- `ProvierAggregator::limit` was removed
- `ProvierAggregator::getLimit` was removed
- `ProvierAggregator::__constructor` changed the order of the parameters. 
- `ProvierAggregator` is not final. 


## 4.0.0 - Beta 2

### Added

- PHP7 type hints. 
- `AbstractArrayDumper` and `AbstractDumper`
- `LogicException` and `OutOfBounds`
- `GeocodeQuery::__toString` and `ReverseQuery::__toString`

### Changed

- All Dumpers are now final. 
- All Exceptions are now final. 
- `AddressCollection` is now final. 
- `ProviderAggregator` is now final. 
- `StatefulGeocoder` is now final. 
- `TimedGeocoder` is now final. 
- `ProviderAggregator::getName()` will return "provider_aggregator"
- `TimedGeocoder::getName()` will return "timed_geocoder"


## 4.0.0 - Beta1

First release of this library.