Revision history for Geo-Coder-OpenCage
0.16 2018-07-24
- add support for new, optional "proximity" parameter
see: https://blog.opencagedata.com/post/new-optional-parameter-proximity
0.15 2018-06-19
- updated OpenCage documentation URLs, no code changes
0.14 2017-10-01
- dont actually need say
0.13 2017-09-28
- various dist.ini tweaks to resolve bugs found by CPAN Testers
no code changes
0.12 2017-09-27
- internal code refactor, remove duplicate code
- better docs, remove various points of confusion
- no longer die if:
- no query is provided
- request fails
- request returns non-200 response code
instead warn and return undef
- remove dependency on List::MoreUtils
0.11 2017-09-26
- don't die if request fails, instead warn and return undef
0.10 2017-05-05
- add support for 'abbrv' param, see:
http://blog.opencagedata.com/post/160294347883/shrtr-pls
0.09 2016-12-12
- Documentation change, added link to Perl Advent Calendar article
0.08 2016-12-04
- use https instead of http
- support 'no_record' optional param
0.07 2016-05-21
- support the API's various optional parameters
see: https://geocoder.opencagedata.com/api#forward-opt
- pod update
- 'countrycode', not 'country' as per the API
0.06 2015-04-14
- Github URL (organization) changed
0.05 2014-06-20
- Added reverse geocoding support
0.04 2014-06-10
- Added Pod::Perldoc 3.21 as a dependency
0.03 2014-06-10
- Added support for the 'language' and 'country' parameters
- Added lots of docs about supported and unsupported API parameters
- Fixed typo in POD
- Added link to API docs to POD
0.02 2014-06-05
- Updated URL from prototype.opencagedata.com to api.opencagedata.com
0.01 2014-05-20
- Initial release.