Skip to content

v0.8.0

Compare
Choose a tag to compare
@bsudekum bsudekum released this 18 Jan 16:28
· 101 commits to master since this release
2d404e2

Changes since v0.7.0:

  • Fixed an issue preventing the initializers of MBReverseGeocodeOptions and MBForwardGeocodeOptions from 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)