v0.8.0
- Fixed an issue preventing the initializers of
MBReverseGeocodeOptionsandMBForwardGeocodeOptionsfrom being available to Objective-C code. (#130) - Fixed a crash that could potentially occur in
Geocoder.geocode(_:completionHandler:)if the Mapbox Geocoding API returns a malformed response. Now an error would be passed to the completion handler instead. (#127)