Skip to content

Commit 7675cc2

Browse files
committed
Merge pull request #350 from geocoder-php/refactoring
[RFC] Refactoring for #345
2 parents 5af70a5 + e1692ee commit 7675cc2

File tree

107 files changed

+2839
-3335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2839
-3335
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
CHANGELOG
22
=========
33

4+
### 3.0.0 (????-??-??)
5+
6+
* Remove useless file
7+
* Rewrite README
8+
* Rework ProviderBasedGeocoder
9+
* Remove 'Dumper' suffix
10+
* Fix exceptions, remove RuntimeException
11+
* Add new Result classes (Address, Bounds, Region, Country, County, Coordinates)
12+
* Refactor dumpers (remove Interface suffix, define a new method signature)
13+
* Remove Interface and Exception suffixes
14+
* Rename properties such as:
15+
- city => locality
16+
- cityDistrict => subLocality
17+
- zipcode => postalCode
18+
* Remove `autoload.php`
19+
* Reintroduce string formatting into the `AddressFactory`
20+
* Refactor using() method to throw an exception
21+
* Move IGN OpenLS provider to geocoder-extra (#339)
22+
* Move OIORest provider to geocoder-extra (#336)
23+
* Move GeoCoder.us provider to geocoder-extra (#338)
24+
* Move GeoCoder.ca provider to geocoder-extra (#337)
25+
* Remove `OpenStreetMapsProvider` class (#335)
26+
* Move DataScienceToolkit provider to geocoder-extra (#340)
27+
* Move Baidu provider to geocoder-extra (#341)
28+
* Move IpGeoBase provider to geocoder-extra (#342)
29+
430
### 2.8.0 (2014-10-03)
531

632
* Added: Allow for greater flexibility in setting curl parameters by passing in

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2013 William Durand <[email protected]>
1+
Copyright (c) Since 2011 William Durand <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)