1Revision history for Perl module Geo::GeoNames
2
31.13 2019-07-23T19:36:01Z
4	* support the children? query (@alesn)
5	* a bit more info when the response has the wrong mime type (@nigelhorne)
6
71.12 - 2017-04-16
8	* Update the docs for GitHub Issues:
9	+ call things methods (https://github.com/briandfoy/geo-geonames/issues/13)
10	+ use GitHub as the issue tracker (https://github.com/briandfoy/geo-geonames/issues/12)
11
121.11 - 2016-08-17
13    * Nicolas Mendoza
14	* Fix POD syntax error
15
161.10 - 2016-08-16
17    * Nicolas Mendoza
18	* Add support for hierarchy API
19	* Happy CPAN-day!
20
211.09 - 2016-03-11
22    * Nicolas Mendoza
23	* Some CPAN-testers get other kind of error messages from Geonames
24
251.08 - 2016-03-10
26	* Nicolas Mendoza
27	* None
28
291.07 - 2016-03-10
30	* Nicolas Mendoza
31	* Try to solve issue with JSON + a custom LWP::UserAgent
32
331.06 - 2015-12-07
34	* Nicolas Mendoza
35	* alternateName and other multi-element xml values were simply trimmed so
36	that only one element survived.
37	This change should return them as an arrayref, but still return a single
38	entry as a hashref.
39
401.05 - 2015-11-26
41	* Nicolas Mendoza
42	* Fix JSON parsing when using a custom non-Mojo::UserAgent-derived client
43
441.04 - 2015-11-24
45	* Nicolas Mendoza
46	* Added support for custom User-Agent (GH #10)
47
481.03 - 2015-11-04
49	* Nicolas Mendoza
50	* Added documentation for new parameters and get function
51
521.02 - 2015-11-03
53	* Nicolas Mendoza
54	* Added function get
55	* Sort parameters in URLs to end up with consistent URL (GH #8)
56	* Add missing allowed search parameters (GH #4)
57
581.01_01 - 2013-10-08
59	* Handle the test case where the tester is not connected
60	to the internet.
61
621.01 - 2013-10-02
63	* Fix MYMETA problem (RT #89157)
64	* Patch for multi-value params (RT #48712)
65	* Patch for new API address (RT #62358)
66
670.09 - 2012-07-17
68	* Handle bad username cases. Require something that's not
69	empty and catch errors from the server when the username
70	is unknown.
71	* Make the API address overrideable through default_url()
72
730.08 - 2012-07-14
74	* Make the live tests optional. You need to set GEONAMES_USER
75	to run the tests.
76
770.07 - 2012-07-13
78	* brian d foy
79	* Update for change to api.geonames.org that requires
80	a user account
81
820.06  2008-03-25
83	* Per Henrik Johansen
84	* Added JSON support
85	* Added function cities
86	* Added function country_info
87	* Added function earthquakes
88	* Added function find_nearby_weather
89	* Fixed arguments in functions search
90	* Fixed arguments to the functions country_code,
91	  find_nearby_placeName, wikipedia_search
92
930.05  2007-07-05
94	* Per Henrik Johansen
95	* Added function find_nearby_wikipedia
96	* Added function find_nearby_wikipedia_by_postalcode
97	* Added function wikipedia_search
98	* Added function wikipedia_bounding_box
99	* Added function country_info
100	* Some refactoring
101
1020.04  2007-07-03
103	* Per Henrik Johansen
104	* Added function find_nearest_address
105	* Added function find_nearest_intersection
106	* Added function find_nearby_streets
107
1080.03  2006-12-04
109	* Per Henrik Johansen
110	* Use AUTOLOADER to find method names (they all looked the same)
111	* Use PREREQ_PM in Makefile.PL. Added the versions on my system, since
112	  these are the only I know work for sure.
113
1140.02  2006-11-30
115	* Per Henrik Johansen
116	* Added function find_nearby_postalcodes
117	* Added function find_nearby_placename
118	* Added function postalcode_country_info
119	* Refactored the code so it is easier to add new searches
120	* Fixed bug in geocode()
121	* edited perldoc
122
1230.01 - 2006-11-27
124	* Per Henrik Johansen
125	* original version; created by h2xs 1.23 with options -AXc -n Geo::GeoNames
126
127