Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 2.45 KB

CHANGELOG

Version 3.2.3 - Download

  • #204 - Fixed memory leaks into task closures
  • #203 - GeocoderRequest cancel() function is now accessible

Version 3.2.2 - Download

  • #202 - Fix a deadlock while calling events (found on 32 bit machines)

Version 3.2.1 - Download

Released on: March 19, 2018

  • #192 Fixes for Place parser from Apple services. Unified shared properties terminology between services. The following properties of Place are now deprecated: state (use administrativeArea),county and cityDistrict (use subAdministrativeArea), neighborhood (use locality),postcode (use postalCode), road (use thoroughfare), houseNumber (use subThoroughfare)

Version 3.2.0 - Download

Released on: March 16, 2018

  • #197 Added neighborhood and formatted address key in Place entity.
  • #181 Fixed an issue with WhenInUse authorization under iOS 11 which may cause crashes.
  • #180 events.listen() function now returns a TokenID you can use to remove event listener callback via events.remove().
  • #186 Added language support to Google Places APIs requests (default is english).
  • #187 Fixed a memory issue with geocoding requests (if you don't keep it alive by assigning the request to a strong var you will not receive responses because the request itself are destroyed immediately). Since this version all requests are keeped strongly by the library itself (you don't need to store them manually anymore and they are removed automatically once finished and events are dispatched). Requests interaction (add/remove of a request) is a thread-safe operation.
  • #189 Added support for HTTPS on freeIP service.