Releases: chadly/Geocoding.net
Releases · chadly/Geocoding.net
v4.0.1
25 Oct 14:44
Compare
Sorry, something went wrong.
No results found
#77 Rollback to DataContractJsonSerializer for Microsoft provider. This fixes serialization issues when using Bing geocoding (#76 )
v4.0.0
13 Jun 21:33
Compare
Sorry, something went wrong.
No results found
All new async API by default. No more geocoder.Geocode; instead await geocoder.GeocodeAsync
The repo builds against .Net Standard 1.3 now so can be used across .net core and .net framework alike. Big thanks to @adamhathcock via #71 .
Instead of IL merging into one Geocoding.net package; the package is split into Geocoding.Core, Geocoding.Google, Geocoding.Yahoo, Geocoding.MapQuest, Geocoding.Microsoft. Install only what you need.
No more signed assemblies. They have caused too much pain in the past. Please use strong namer if you need signed assemblies.
#70 Add bounds to GoogleAddress
v3.6.0
27 Oct 14:28
Compare
Sorry, something went wrong.
No results found
#59 Adding mixed SideOfStreet to Mapquest
#60 Add Google component filters for administrative areas, postal codes and countries
#69 Fix for accidentally including xunit test references in dll
v3.5.0
20 Sep 15:54
Compare
Sorry, something went wrong.
No results found
#54 , #56 fixing examples in documentation
#52 , #55 , #58 Adding PlaceId to GoogleAddress
v3.4.0
02 Apr 14:23
Compare
Sorry, something went wrong.
No results found
#37 Add LocationType to GoogleAddress
#40 Add SubLocalityLevel1, SubLocalityLevel2, SubLocalityLevel3, SubLocalityLevel4, SubLocalityLevel5, PostalCodeSuffix to GoogleAddressType
#43 Remove Expect header from MapQuest (to fix #42 )
v3.3.0
13 Apr 14:59
Compare
Sorry, something went wrong.
No results found
Fixes issue #30 & #31 : Checks for null before assigning the proxy, respecting any app.config/web.config proxy settings
Addresses #32 : Add support for PostalTown and Establishment to GoogleGeocoder
Fixes issue #34 & #35 : Improper Handling of Longitude Result Returned from Google Geocoding Service
v3.2.0
22 Oct 16:01
Compare
Sorry, something went wrong.
No results found
Implementation of MapQuest Commercial & OpenStreetMap APIs (thanks to @ronin1 #15 )
Mono compatability
Optional constructor arguments for GoogleGeocoder for businessKey and apiKey. These were previously only accessible via property accessors.
Added Proxy to the MapQuest geodecoder and some missing quality options (thanks to @jensbengtsson #28 )
v3.1.0
04 Feb 20:22
Compare
Sorry, something went wrong.
No results found
Implementation of Google Maps for Business #12
Addition of convenience method on GoogleAddress to retrieve specific address component (see updated README)
v3.0.0
26 Dec 22:24
Compare
Sorry, something went wrong.
No results found
Upgrade to .Net 4.0
Casing of gEoCoDiNg is now consistent -- Geocode instead of GeoCode
Support for async geocoding methods. See new interface IAsyncGeocoder.
Fixing issue #3 - allowing to specify an API key for the Google Maps geocoder.
Force SSL for all requests through the Google Maps geocoder (required for use of API key).
Fixing #4 - geocoders now all return simple arrays rather than a deferred enumerable.
Fixing #6 - Invalid zip codes throwing exception in GoogleGeocoder.
Fix for issue #5 - Yahoo PlaceFinder API URLs moved to Yahoo BOSS Geo services.
v2.1.1: Bugfix release
19 Oct 17:02
Compare
Sorry, something went wrong.
No results found
Forgot to update nuspec version number.